#259F76

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

Shades of Jungle Green #259F76

Tints of Jungle Green #259F76

Color information

#259F76 (or 0x259F76) is unknown color: approx Jungle Green. HEX triplet: 25, 9F and 76. RGB value is (37,159,118). Sum of RGB (Red+Green+Blue) = 37+159+118=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #259F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259F76 is #DA6089. Grayscale: #757575. Windows color (decimal): -14311562 or 7773989. OLE color: 7773989.

HSL color Cylindrical-coordinate representation of color #259F76: hue angle of 159.84º 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 #259F76 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB37159118-
CMYK0.7700.260.38
HSL159.84º62.24%38.43%-
HSV(B)159.84º76.73%62.35%-
XYZ16.4326.521.39-
YUV117.85128.0870.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.78%
GREEN value IS 159 (62.5% from 255) = 50.64%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=11.78%
G=50.64%
B=37.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371591180.7700.260.38159.8462.2438.43
Hex259F764D01A26a03e26
Octal45237166115032462407646
Binary100101100111111110110100110101101010011010100000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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