#28A178

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

Shades of Jungle Green #28A178

Tints of Jungle Green #28A178

Color information

#28A178 (or 0x28A178) is unknown color: approx Jungle Green. HEX triplet: 28, A1 and 78. RGB value is (40,161,120). Sum of RGB (Red+Green+Blue) = 40+161+120=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #28A178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A178 is #D75E87. Grayscale: #787878. Windows color (decimal): -14114440 or 7905576. OLE color: 7905576.

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

Color convert

RGB40161120-
CMYK0.7500.250.37
HSL159.67º60.2%39.41%-
HSV(B)159.67º75.16%63.14%-
XYZ17.0127.322.14-
YUV120.15127.9170.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.46%
GREEN value IS 161 (63.28% from 255) = 50.16%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=12.46%
G=50.16%
B=37.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal401611200.7500.250.37159.6760.239.41
Hex28A1784B01925a03c27
Octal50241170113031452407447
Binary101000101000011111000100101101100110010110100000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,161,120); }

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

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

 a { background-color: rgb(40,161,120); }

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

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

 span { border-color: rgb(40,161,120); }

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