Html Css Color HEX #21A032 Forest Green

📋 copy color: '#21A032'

red 33 ◦ green 160 ◦ blue 50

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

Shades of Forest Green #21A032

Tints of Forest Green #21A032

RGB

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

 GREEN value IS 160 (62.89% from 255) = 65.84%

 BLUE value IS 50 (19.92% from 255) = 20.58%

R = 13.58%
G = 65.84%
B = 20.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#21A032 (or 0x21A032) is known color: Forest Green. HEX triplet: 21, A0 and 32. RGB value is (33,160,50). Sum of RGB (Red+Green+Blue) = 33+160+50=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 160 (62.89% from 255 or 65.84% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 160 - color contains mainly: green. Hex color #21A032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A032 is #DE5FCD. Grayscale: #6D6D6D. Windows color (decimal): -14573518 or 3317793. OLE color: 3317793.

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

Color convert

RGB 33 160 50 -
CMYK 0.79 0 0.69 0.37
HSL 128.03º 0.66% 0.38% -
HSV(B) 128.03º 0.79% 0.63% -
XYZ 13.77 25.7 7.25 -
YUV 109.49 94.42 73.44 -
System Red Green Blue C M Y K H S L
Decimal 33 160 50 0.79 0 0.69 0.37 128.03 0.66 0.38
Hex 21 A0 32 4F 0 45 25 80 42 26
Octal 41 240 62 117 0 105 45 200 102 46
Binary 100001 10100000 110010 1001111 0 1000101 100101 10000000 1000010 100110

Color Harmonies of #21A032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A032

Black with #21A032

Text Example


Text Example

White with #21A032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,160,50); }

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

background-color css

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

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

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

border-color css

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

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

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