Html Css Color HEX #28A072 Jungle Green

📋 copy color: '#28A072'

red 40 ◦ green 160 ◦ blue 114

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

Shades of Jungle Green #28A072

Tints of Jungle Green #28A072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.31%

R = 12.74%
G = 50.96%
B = 36.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#28A072 (or 0x28A072) is known color: Jungle Green. HEX triplet: 28, A0 and 72. RGB value is (40,160,114). Sum of RGB (Red+Green+Blue) = 40+160+114=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #28A072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A072 is #D75F8D. Grayscale: #767676. Windows color (decimal): -14114702 or 7512104. OLE color: 7512104.

HSL color Cylindrical-coordinate representation of color #28A072: hue angle of 157º 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 #28A072 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 160 114 -
CMYK 0.75 0 0.29 0.37
HSL 157º 0.6% 0.39% -
HSV(B) 157º 0.75% 0.63% -
XYZ 16.48 26.81 20.23 -
YUV 118.88 125.24 71.74 -
System Red Green Blue C M Y K H S L
Decimal 40 160 114 0.75 0 0.29 0.37 157 0.6 0.39
Hex 28 A0 72 4B 0 1D 25 9D 3C 27
Octal 50 240 162 113 0 35 45 235 74 47
Binary 101000 10100000 1110010 1001011 0 11101 100101 10011101 111100 100111

Color Harmonies of #28A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A072

Black with #28A072

Text Example


Text Example

White with #28A072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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