#21AB82

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

Shades of Jungle Green #21AB82

Tints of Jungle Green #21AB82

Color information

#21AB82 (or 0x21AB82) is unknown color: approx Jungle Green. HEX triplet: 21, AB and 82. RGB value is (33,171,130). Sum of RGB (Red+Green+Blue) = 33+171+130=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AB82 is #DE547D. Grayscale: #7D7D7D. Windows color (decimal): -14570622 or 8563489. OLE color: 8563489.

HSL color Cylindrical-coordinate representation of color #21AB82: hue angle of 162.17º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AB82 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB33171130-
CMYK0.8100.240.33
HSL162.17º67.65%40%-
HSV(B)162.17º80.7%67.06%-
XYZ19.2231.0626.1-
YUV125.06130.7862.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.88%
GREEN value IS 171 (67.19% from 255) = 51.20%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=9.88%
G=51.20%
B=38.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331711300.8100.240.33162.1767.6540
Hex21AB825101821a24428
Octal412532021210304124210450
Binary10000110101011100000101010001011000100001101000101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21AB82; }

 p { color: rgb(33,171,130); }

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

<style>
 a { background-color: #21AB82; }

 a { background-color: rgb(33,171,130); }

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

<style>
 span { border-color: #21AB82; }

 span { border-color: rgb(33,171,130); }

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