#28AC7D

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

Shades of Jungle Green #28AC7D

Tints of Jungle Green #28AC7D

Color information

#28AC7D (or 0x28AC7D) is unknown color: approx Jungle Green. HEX triplet: 28, AC and 7D. RGB value is (40,172,125). Sum of RGB (Red+Green+Blue) = 40+172+125=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AC7D is #D75382. Grayscale: #7F7F7F. Windows color (decimal): -14111619 or 8236072. OLE color: 8236072.

HSL color Cylindrical-coordinate representation of color #28AC7D: hue angle of 158.64º 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 #28AC7D is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB40172125-
CMYK0.7700.270.33
HSL158.64º62.26%41.57%-
HSV(B)158.64º76.74%67.45%-
XYZ19.3331.4424.45-
YUV127.17126.7765.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.87%
GREEN value IS 172 (67.58% from 255) = 51.04%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=11.87%
G=51.04%
B=37.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal401721250.7700.270.33158.6462.2641.57
Hex28AC7D4D01B219f3e2a
Octal50254175115033412377652
Binary101000101011001111101100110101101110000110011111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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