#21A30D

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

Shades of Forest Green #21A30D

Tints of Forest Green #21A30D

Color information

#21A30D (or 0x21A30D) is unknown color: approx Forest Green. HEX triplet: 21, A3 and 0D. RGB value is (33,163,13). Sum of RGB (Red+Green+Blue) = 33+163+13=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 163 (64.06% from 255 or 77.99% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 163 - color contains mainly: green. Hex color #21A30D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A30D is #DE5CF2. Grayscale: #6B6B6B. Windows color (decimal): -14572787 or 893729. OLE color: 893729.

HSL color Cylindrical-coordinate representation of color #21A30D: hue angle of 112º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21A30D is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB3316313-
CMYK0.8000.920.36
HSL112º85.23%34.51%-
HSV(B)112º92.02%63.92%-
XYZ13.826.554.78-
YUV107.0374.9375.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 163 (64.06% from 255) = 77.99%
BLUE value IS 13 (5.47% from 255) = 6.22%
R=15.79%
G=77.99%
B=6.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33163130.8000.920.3611285.2334.51
Hex21A3D5005C24705523
Octal412431512001344416012543
Binary10000110100011110110100000101110010010011100001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A30D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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