#28AA82

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

Shades of Jungle Green #28AA82

Tints of Jungle Green #28AA82

Color information

#28AA82 (or 0x28AA82) is unknown color: approx Jungle Green. HEX triplet: 28, AA and 82. RGB value is (40,170,130). Sum of RGB (Red+Green+Blue) = 40+170+130=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AA82 is #D7557D. Grayscale: #7E7E7E. Windows color (decimal): -14112126 or 8563240. OLE color: 8563240.

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

Color convert

RGB40170130-
CMYK0.7600.240.33
HSL161.54º61.9%41.18%-
HSV(B)161.54º76.47%66.67%-
XYZ19.2830.8126.05-
YUV126.57129.9366.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.76%
GREEN value IS 170 (66.80% from 255) = 50%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=11.76%
G=50%
B=38.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal401701300.7600.240.33161.5461.941.18
Hex28AA824C01821a23e29
Octal50252202114030412427651
Binary1010001010101010000010100110001100010000110100010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,170,130); }

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

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

 a { background-color: rgb(40,170,130); }

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

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

 span { border-color: rgb(40,170,130); }

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