#259E7C

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

Shades of Jungle Green #259E7C

Tints of Jungle Green #259E7C

Color information

#259E7C (or 0x259E7C) is unknown color: approx Jungle Green. HEX triplet: 25, 9E and 7C. RGB value is (37,158,124). Sum of RGB (Red+Green+Blue) = 37+158+124=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #259E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259E7C is #DA6183. Grayscale: #757575. Windows color (decimal): -14311812 or 8166949. OLE color: 8166949.

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

Color convert

RGB37158124-
CMYK0.7700.220.38
HSL163.14º62.05%38.24%-
HSV(B)163.14º76.58%61.96%-
XYZ16.6326.323.27-
YUV117.94131.4170.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.60%
GREEN value IS 158 (62.11% from 255) = 49.53%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=11.60%
G=49.53%
B=38.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371581240.7700.220.38163.1462.0538.24
Hex259E7C4D01626a33e26
Octal45236174115026462437646
Binary100101100111101111100100110101011010011010100011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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