Html Css Color HEX #21A121 Forest Green

📋 copy color: '#21A121'

red 33 ◦ green 161 ◦ blue 33

#21A121
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #21A121

Tints of Forest Green #21A121

RGB

 RED value IS 33 (13.28% from 255) = 14.54%

 GREEN value IS 161 (63.28% from 255) = 70.93%

 BLUE value IS 33 (13.28% from 255) = 14.54%

R = 14.54%
G = 70.93%
B = 14.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#21A121 (or 0x21A121) is known color: Forest Green. HEX triplet: 21, A1 and 21. RGB value is (33,161,33). Sum of RGB (Red+Green+Blue) = 33+161+33=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 161 (63.28% from 255 or 70.93% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 161 - color contains mainly: green. Hex color #21A121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A121 is #DE5EDE. Grayscale: #6C6C6C. Windows color (decimal): -14573279 or 2203937. OLE color: 2203937.

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

Color convert

RGB 33 161 33 -
CMYK 0.80 0 0.80 0.37
HSL 120º 0.66% 0.38% -
HSV(B) 120º 0.8% 0.63% -
XYZ 13.65 25.92 5.72 -
YUV 108.14 85.59 74.41 -
System Red Green Blue C M Y K H S L
Decimal 33 161 33 0.80 0 0.80 0.37 120 0.66 0.38
Hex 21 A1 21 50 0 50 25 78 42 26
Octal 41 241 41 120 0 120 45 170 102 46
Binary 100001 10100001 100001 1010000 0 1010000 100101 1111000 1000010 100110

Color Harmonies of #21A121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A121

Black with #21A121

Text Example


Text Example

White with #21A121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,161,33); }

 H1.HeaderClassName
 {
   color: #21A121;
 }
 .AnyTagClassName
 {
   color: #21A121;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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