#28A072

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

Shades of Jungle Green #28A072

Tints of Jungle Green #28A072

Color information

#28A072 (or 0x28A072) is unknown color: approx 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

RGB40160114-
CMYK0.7500.290.37
HSL157º60%39.22%-
HSV(B)157º75%62.75%-
XYZ16.4826.8120.23-
YUV118.88125.2471.74-

RGB Variations

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

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 (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal401601140.7500.290.371576039.22
Hex28A0724B01D259d3c27
Octal50240162113035452357447
Binary101000101000001110010100101101110110010110011101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>