#28AB86

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

Shades of Jungle Green #28AB86

Tints of Jungle Green #28AB86

Color information

#28AB86 (or 0x28AB86) is unknown color: approx Jungle Green. HEX triplet: 28, AB and 86. RGB value is (40,171,134). Sum of RGB (Red+Green+Blue) = 40+171+134=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AB86 is #D75479. Grayscale: #7F7F7F. Windows color (decimal): -14111866 or 8825640. OLE color: 8825640.

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

Color convert

RGB40171134-
CMYK0.7700.220.33
HSL163.05º62.09%41.37%-
HSV(B)163.05º76.61%67.06%-
XYZ19.7431.327.55-
YUV127.61131.665.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.59%
GREEN value IS 171 (67.19% from 255) = 49.57%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=11.59%
G=49.57%
B=38.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal401711340.7700.220.33163.0562.0941.37
Hex28AB864D01621a33e29
Octal50253206115026412437651
Binary1010001010101110000110100110101011010000110100011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,171,134); }

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

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

 a { background-color: rgb(40,171,134); }

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

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

 span { border-color: rgb(40,171,134); }

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