#259C7F

Color #259C7F Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #259C7F

Tints of Jungle Green #259C7F

Color information

#259C7F (or 0x259C7F) is unknown color: approx Jungle Green. HEX triplet: 25, 9C and 7F. RGB value is (37,156,127). Sum of RGB (Red+Green+Blue) = 37+156+127=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #259C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259C7F is #DA6380. Grayscale: #757575. Windows color (decimal): -14312321 or 8363045. OLE color: 8363045.

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

Color convert

RGB37156127-
CMYK0.7600.190.39
HSL165.38º61.66%37.84%-
HSV(B)165.38º76.28%61.18%-
XYZ16.4825.724.17-
YUV117.11133.5870.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.56%
GREEN value IS 156 (61.33% from 255) = 48.75%
BLUE value IS 127 (50% from 255) = 39.69%
R=11.56%
G=48.75%
B=39.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371561270.7600.190.39165.3861.6637.84
Hex259C7F4C01327a53e26
Octal45234177114023472457646
Binary100101100111001111111100110001001110011110100101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #259C7F;
 }
 .AnyTagClassName
 {
   color: #259C7F;
 }
</style>
background-color css

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

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

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

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

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

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