#28AB88

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

Shades of Jungle Green #28AB88

Tints of Jungle Green #28AB88

Color information

#28AB88 (or 0x28AB88) is unknown color: approx Jungle Green. HEX triplet: 28, AB and 88. RGB value is (40,171,136). Sum of RGB (Red+Green+Blue) = 40+171+136=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AB88 is #D75477. Grayscale: #7F7F7F. Windows color (decimal): -14111864 or 8956712. OLE color: 8956712.

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

Color convert

RGB40171136-
CMYK0.7700.200.33
HSL163.97º62.09%41.37%-
HSV(B)163.97º76.61%67.06%-
XYZ19.8831.3528.3-
YUV127.84132.665.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.53%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 136 (53.52% from 255) = 39.19%
R=11.53%
G=49.28%
B=39.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal401711360.7700.200.33163.9762.0941.37
Hex28AB884D01421a43e29
Octal50253210115024412447651
Binary1010001010101110001000100110101010010000110100100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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