Html Css Color HEX #259B77 Jungle Green

📋 copy color: '#259B77'

red 37 ◦ green 155 ◦ blue 119

#259B77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #259B77

Tints of Jungle Green #259B77

RGB

 RED value IS 37 (14.84% from 255) = 11.9%

 GREEN value IS 155 (60.94% from 255) = 49.84%

 BLUE value IS 119 (46.88% from 255) = 38.26%

R = 11.9%
G = 49.84%
B = 38.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#259B77 (or 0x259B77) is known color: Jungle Green. HEX triplet: 25, 9B and 77. RGB value is (37,155,119). Sum of RGB (Red+Green+Blue) = 37+155+119=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #259B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B77 is #DA6488. Grayscale: #737373. Windows color (decimal): -14312585 or 7838501. OLE color: 7838501.

HSL color Cylindrical-coordinate representation of color #259B77: hue angle of 161.69º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259B77 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 155 119 -
CMYK 0.76 0 0.23 0.39
HSL 161.69º 0.61% 0.38% -
HSV(B) 161.69º 0.76% 0.61% -
XYZ 15.81 25.17 21.48 -
YUV 115.61 129.91 71.93 -
System Red Green Blue C M Y K H S L
Decimal 37 155 119 0.76 0 0.23 0.39 161.69 0.61 0.38
Hex 25 9B 77 4C 0 17 27 A2 3D 26
Octal 45 233 167 114 0 27 47 242 75 46
Binary 100101 10011011 1110111 1001100 0 10111 100111 10100010 111101 100110

Color Harmonies of #259B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259B77

Black with #259B77

Text Example


Text Example

White with #259B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259B77; }

 p { color: rgb(37,155,119); }

 H1.HeaderClassName
 {
   color: #259B77;
 }
 .AnyTagClassName
 {
   color: #259B77;
 }
</style>

background-color css

<style>
 a { background-color: #259B77; }

 a { background-color: rgb(37,155,119); }

 div.DivClassName
 {
   background-color: #259B77;
 }
 .BgClassName
 {
   background-color: #259B77;
 }
</style>

border-color css

<style>
 span { border-color: #259B77; }

 span { border-color: rgb(37,155,119); }

 td.TdClassName
 {
   border-color: #259B77;
 }
 .TagClassName
 {
   border-color: #259B77;
 }
</style>