Html Css Color HEX #28A077 Jungle Green

📋 copy color: '#28A077'

red 40 ◦ green 160 ◦ blue 119

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

Shades of Jungle Green #28A077

Tints of Jungle Green #28A077

RGB

 RED value IS 40 (16.02% from 255) = 12.54%

 GREEN value IS 160 (62.89% from 255) = 50.16%

 BLUE value IS 119 (46.88% from 255) = 37.3%

R = 12.54%
G = 50.16%
B = 37.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#28A077 (or 0x28A077) is known color: Jungle Green. HEX triplet: 28, A0 and 77. RGB value is (40,160,119). Sum of RGB (Red+Green+Blue) = 40+160+119=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #28A077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A077 is #D75F88. Grayscale: #777777. Windows color (decimal): -14114697 or 7839784. OLE color: 7839784.

HSL color Cylindrical-coordinate representation of color #28A077: hue angle of 159.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A077 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 160 119 -
CMYK 0.75 0 0.26 0.37
HSL 159.5º 0.6% 0.39% -
HSV(B) 159.5º 0.75% 0.63% -
XYZ 16.78 26.92 21.77 -
YUV 119.45 127.74 71.33 -
System Red Green Blue C M Y K H S L
Decimal 40 160 119 0.75 0 0.26 0.37 159.5 0.6 0.39
Hex 28 A0 77 4B 0 1A 25 A0 3C 27
Octal 50 240 167 113 0 32 45 240 74 47
Binary 101000 10100000 1110111 1001011 0 11010 100101 10100000 111100 100111

Color Harmonies of #28A077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A077

Black with #28A077

Text Example


Text Example

White with #28A077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28A077; }

 p { color: rgb(40,160,119); }

 H1.HeaderClassName
 {
   color: #28A077;
 }
 .AnyTagClassName
 {
   color: #28A077;
 }
</style>

background-color css

<style>
 a { background-color: #28A077; }

 a { background-color: rgb(40,160,119); }

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

border-color css

<style>
 span { border-color: #28A077; }

 span { border-color: rgb(40,160,119); }

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