Html Css Color HEX #259E80 Jungle Green

📋 copy color: '#259E80'

red 37 ◦ green 158 ◦ blue 128

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

Shades of Jungle Green #259E80

Tints of Jungle Green #259E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.92%

 BLUE value IS 128 (50.39% from 255) = 39.63%

R = 11.46%
G = 48.92%
B = 39.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#259E80 (or 0x259E80) is known color: Jungle Green. HEX triplet: 25, 9E and 80. RGB value is (37,158,128). Sum of RGB (Red+Green+Blue) = 37+158+128=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 158 - color contains mainly: green. Hex color #259E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259E80 is #DA617F. Grayscale: #767676. Windows color (decimal): -14311808 or 8429093. OLE color: 8429093.

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

Color convert

RGB 37 158 128 -
CMYK 0.77 0 0.19 0.38
HSL 165.12º 0.62% 0.38% -
HSV(B) 165.12º 0.77% 0.62% -
XYZ 16.89 26.41 24.63 -
YUV 118.4 133.41 69.94 -
System Red Green Blue C M Y K H S L
Decimal 37 158 128 0.77 0 0.19 0.38 165.12 0.62 0.38
Hex 25 9E 80 4D 0 13 26 A5 3E 26
Octal 45 236 200 115 0 23 46 245 76 46
Binary 100101 10011110 10000000 1001101 0 10011 100110 10100101 111110 100110

Color Harmonies of #259E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259E80

Black with #259E80

Text Example


Text Example

White with #259E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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