Html Css Color HEX #259F78 Jungle Green

📋 copy color: '#259F78'

red 37 ◦ green 159 ◦ blue 120

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

Shades of Jungle Green #259F78

Tints of Jungle Green #259F78

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.32%

 BLUE value IS 120 (47.27% from 255) = 37.97%

R = 11.71%
G = 50.32%
B = 37.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#259F78 (or 0x259F78) is known color: Jungle Green. HEX triplet: 25, 9F and 78. RGB value is (37,159,120). Sum of RGB (Red+Green+Blue) = 37+159+120=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #259F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259F78 is #DA6087. Grayscale: #767676. Windows color (decimal): -14311560 or 7905061. OLE color: 7905061.

HSL color Cylindrical-coordinate representation of color #259F78: hue angle of 160.82º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #259F78 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 159 120 -
CMYK 0.77 0 0.25 0.38
HSL 160.82º 0.62% 0.38% -
HSV(B) 160.82º 0.77% 0.62% -
XYZ 16.55 26.55 22.02 -
YUV 118.08 129.08 70.17 -
System Red Green Blue C M Y K H S L
Decimal 37 159 120 0.77 0 0.25 0.38 160.82 0.62 0.38
Hex 25 9F 78 4D 0 19 26 A1 3E 26
Octal 45 237 170 115 0 31 46 241 76 46
Binary 100101 10011111 1111000 1001101 0 11001 100110 10100001 111110 100110

Color Harmonies of #259F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259F78

Black with #259F78

Text Example


Text Example

White with #259F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,159,120); }

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

background-color css

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

 a { background-color: rgb(37,159,120); }

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

border-color css

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

 span { border-color: rgb(37,159,120); }

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