#259E81

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

Shades of Jungle Green #259E81

Tints of Jungle Green #259E81

Color information

#259E81 (or 0x259E81) is unknown color: approx Jungle Green. HEX triplet: 25, 9E and 81. RGB value is (37,158,129). Sum of RGB (Red+Green+Blue) = 37+158+129=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 158 (62.11% from 255 or 48.77% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 158 - color contains mainly: green. Hex color #259E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259E81 is #DA617E. Grayscale: #767676. Windows color (decimal): -14311807 or 8494629. OLE color: 8494629.

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

Color convert

RGB37158129-
CMYK0.7700.180.38
HSL165.62º62.05%38.24%-
HSV(B)165.62º76.58%61.96%-
XYZ16.9526.4324.98-
YUV118.52133.9169.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.42%
GREEN value IS 158 (62.11% from 255) = 48.77%
BLUE value IS 129 (50.78% from 255) = 39.81%
R=11.42%
G=48.77%
B=39.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371581290.7700.180.38165.6262.0538.24
Hex259E814D01226a63e26
Octal45236201115022462467646
Binary1001011001111010000001100110101001010011010100110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,158,129); }

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

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

 a { background-color: rgb(37,158,129); }

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

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

 span { border-color: rgb(37,158,129); }

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