#28A884

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

Shades of Jungle Green #28A884

Tints of Jungle Green #28A884

Color information

#28A884 (or 0x28A884) is unknown color: approx Jungle Green. HEX triplet: 28, A8 and 84. RGB value is (40,168,132). Sum of RGB (Red+Green+Blue) = 40+168+132=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #28A884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A884 is #D7577B. Grayscale: #7D7D7D. Windows color (decimal): -14112636 or 8693800. OLE color: 8693800.

HSL color Cylindrical-coordinate representation of color #28A884: hue angle of 163.12º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A884 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB40168132-
CMYK0.7600.210.34
HSL163.12º61.54%40.78%-
HSV(B)163.12º76.19%65.88%-
XYZ19.0430.1226.64-
YUV125.62131.5966.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.76%
GREEN value IS 168 (66.02% from 255) = 49.41%
BLUE value IS 132 (51.95% from 255) = 38.82%
R=11.76%
G=49.41%
B=38.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal401681320.7600.210.34163.1261.5440.78
Hex28A8844C01522a33e29
Octal50250204114025422437651
Binary1010001010100010000100100110001010110001010100011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,168,132); }

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

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

 a { background-color: rgb(40,168,132); }

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

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

 span { border-color: rgb(40,168,132); }

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