#21A281

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

Shades of Jungle Green #21A281

Tints of Jungle Green #21A281

Color information

#21A281 (or 0x21A281) is unknown color: approx Jungle Green. HEX triplet: 21, A2 and 81. RGB value is (33,162,129). Sum of RGB (Red+Green+Blue) = 33+162+129=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #21A281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A281 is #DE5D7E. Grayscale: #777777. Windows color (decimal): -14572927 or 8495649. OLE color: 8495649.

HSL color Cylindrical-coordinate representation of color #21A281: hue angle of 164.65º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A281 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB33162129-
CMYK0.8000.200.36
HSL164.65º66.15%38.24%-
HSV(B)164.65º79.63%63.53%-
XYZ17.5127.7525.2-
YUV119.67133.2666.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.19%
GREEN value IS 162 (63.67% from 255) = 50%
BLUE value IS 129 (50.78% from 255) = 39.81%
R=10.19%
G=50%
B=39.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331621290.8000.200.36164.6566.1538.24
Hex21A2815001424a54226
Octal412422011200244424510246
Binary10000110100010100000011010000010100100100101001011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,162,129); }

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

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

 a { background-color: rgb(33,162,129); }

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

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

 span { border-color: rgb(33,162,129); }

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