#28A074

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

Shades of Jungle Green #28A074

Tints of Jungle Green #28A074

Color information

#28A074 (or 0x28A074) is unknown color: approx Jungle Green. HEX triplet: 28, A0 and 74. RGB value is (40,160,116). Sum of RGB (Red+Green+Blue) = 40+160+116=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #28A074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A074 is #D75F8B. Grayscale: #777777. Windows color (decimal): -14114700 or 7643176. OLE color: 7643176.

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

Color convert

RGB40160116-
CMYK0.7500.280.37
HSL158º60%39.22%-
HSV(B)158º75%62.75%-
XYZ16.626.8520.83-
YUV119.1126.2471.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.66%
GREEN value IS 160 (62.89% from 255) = 50.63%
BLUE value IS 116 (45.70% from 255) = 36.71%
R=12.66%
G=50.63%
B=36.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal401601160.7500.280.371586039.22
Hex28A0744B01C259e3c27
Octal50240164113034452367447
Binary101000101000001110100100101101110010010110011110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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