Html Css Color HEX #259C76 Jungle Green

📋 copy color: '#259C76'

red 37 ◦ green 156 ◦ blue 118

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

Shades of Jungle Green #259C76

Tints of Jungle Green #259C76

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.16%

 BLUE value IS 118 (46.48% from 255) = 37.94%

R = 11.9%
G = 50.16%
B = 37.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#259C76 (or 0x259C76) is known color: Jungle Green. HEX triplet: 25, 9C and 76. RGB value is (37,156,118). Sum of RGB (Red+Green+Blue) = 37+156+118=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #259C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259C76 is #DA6389. Grayscale: #747474. Windows color (decimal): -14312330 or 7773221. OLE color: 7773221.

HSL color Cylindrical-coordinate representation of color #259C76: hue angle of 160.84º degrees, saturation: 0.62, 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 #259C76 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 156 118 -
CMYK 0.76 0 0.24 0.39
HSL 160.84º 0.62% 0.38% -
HSV(B) 160.84º 0.76% 0.61% -
XYZ 15.92 25.48 21.22 -
YUV 116.09 129.08 71.59 -
System Red Green Blue C M Y K H S L
Decimal 37 156 118 0.76 0 0.24 0.39 160.84 0.62 0.38
Hex 25 9C 76 4C 0 18 27 A1 3E 26
Octal 45 234 166 114 0 30 47 241 76 46
Binary 100101 10011100 1110110 1001100 0 11000 100111 10100001 111110 100110

Color Harmonies of #259C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259C76

Black with #259C76

Text Example


Text Example

White with #259C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,156,118); }

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

background-color css

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

 a { background-color: rgb(37,156,118); }

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

border-color css

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

 span { border-color: rgb(37,156,118); }

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