Color Hex Logo

#259b2f Color Hex

#259B2F
(37,155,47)
0 Favorites   0 Comments

Color spaces of #259b2f

RGB 3715547
HSL0.350.610.38
HSV125°76°61°
CMYK 0.760.000.70   0.39
XYZ12.997424.04126.6447
Yxy24.04120.29750.5504
Hunter Lab49.0318-38.488826.2874
CIE-Lab56.1290-53.302845.6192

#259b2f color RGB value is (37,155,47).

#259b2f hex color red value is 37, green value is 155 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #259b2f hue: 0.35 , saturation: 0.61 and the lightness value of 259b2f is 0.38.

The process color (four color CMYK) of #259b2f color hex is 0.76, 0.00, 0.70, 0.39. Web safe color of #259b2f is #339933. Color #259b2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011011 00101111
Octal 45 233 57
Decimal 37 155 47
Hex 25 9B 2F

RGB Percentages of Color #259b2f

%15.48
%64.85
%19.67

CMYK Percentages of Color #259b2f

%76
%0
%70
%39

Triadic Colors of #259b2f

#259b2f #2f259b #9b2f25

Analogous Colors of #259b2f

#259b2f #259b6a #569b25

Monochromatic Colors of #259b2f

#259b2f

Complementary Color

#259b2f #9b2591

#259b2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259b2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#259b2f Color CSS Codes

.mybgcolor {background-color:#259b2f; } 
.myforecolor {color:#259b2f; }
.mybordercolor {border:3px solid #259b2f; }

#259b2f Text Font Color

<p style="color:#259b2f">Text here</p>

This sample text font color is #259b2f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#259b2f Background Color

<div style="background-color:#259b2f">
Div content here</div>

This div background color is #259b2f


#259b2f Border Color

<div style="border:3px solid #259b2f">
Div here</div>

This div border color is #259b2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,155,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #259b2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #259b2f;
  -webkit-box-shadow: 1px 1px 3px 2px #259b2f;
  box-shadow:         1px 1px 3px 2px #259b2f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,155,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #259b2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #259b2f;
  -webkit-box-shadow: 1px 1px 3px 2px #259b2f;
  box-shadow:         1px 1px 3px 2px #259b2f;">
Div content here</div>

This div box has shadow with color #259b2f


Comments

No comments written yet.

Please login to write comment.