#28AC74

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

Shades of Jungle Green #28AC74

Tints of Jungle Green #28AC74

Color information

#28AC74 (or 0x28AC74) is unknown color: approx Jungle Green. HEX triplet: 28, AC and 74. RGB value is (40,172,116). Sum of RGB (Red+Green+Blue) = 40+172+116=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AC74 is #D7538B. Grayscale: #7E7E7E. Windows color (decimal): -14111628 or 7646248. OLE color: 7646248.

HSL color Cylindrical-coordinate representation of color #28AC74: hue angle of 154.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AC74 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB40172116-
CMYK0.7700.330.33
HSL154.55º62.26%41.57%-
HSV(B)154.55º76.74%67.45%-
XYZ18.7831.2221.56-
YUV126.15122.2766.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.20%
GREEN value IS 172 (67.58% from 255) = 52.44%
BLUE value IS 116 (45.70% from 255) = 35.37%
R=12.20%
G=52.44%
B=35.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal401721160.7700.330.33154.5562.2641.57
Hex28AC744D021219b3e2a
Octal50254164115041412337652
Binary1010001010110011101001001101010000110000110011011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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