#21A33A

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

Shades of Forest Green #21A33A

Tints of Forest Green #21A33A

Color information

#21A33A (or 0x21A33A) is unknown color: approx Forest Green. HEX triplet: 21, A3 and 3A. RGB value is (33,163,58). Sum of RGB (Red+Green+Blue) = 33+163+58=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 163 (64.06% from 255 or 64.17% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 163 - color contains mainly: green. Hex color #21A33A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A33A is #DE5CC5. Grayscale: #707070. Windows color (decimal): -14572742 or 3842849. OLE color: 3842849.

HSL color Cylindrical-coordinate representation of color #21A33A: hue angle of 131.54º 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 #21A33A is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB3316358-
CMYK0.8000.640.36
HSL131.54º66.33%38.43%-
HSV(B)131.54º79.75%63.92%-
XYZ14.4926.828.42-
YUV112.1697.4371.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.99%
GREEN value IS 163 (64.06% from 255) = 64.17%
BLUE value IS 58 (23.05% from 255) = 22.83%
R=12.99%
G=64.17%
B=22.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33163580.8000.640.36131.5466.3338.43
Hex21A33A5004024844226
Octal412437212001004420410246
Binary10000110100011111010101000001000000100100100001001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,163,58); }

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

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

 a { background-color: rgb(33,163,58); }

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

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

 span { border-color: rgb(33,163,58); }

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