Html Css Color HEX #21A520 Forest Green

📋 copy color: '#21A520'

red 33 ◦ green 165 ◦ blue 32

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

Shades of Forest Green #21A520

Tints of Forest Green #21A520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 71.74%

 BLUE value IS 32 (12.89% from 255) = 13.91%

R = 14.35%
G = 71.74%
B = 13.91%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#21A520 (or 0x21A520) is known color: Forest Green. HEX triplet: 21, A5 and 20. RGB value is (33,165,32). Sum of RGB (Red+Green+Blue) = 33+165+32=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 165 (64.84% from 255 or 71.74% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 165 - color contains mainly: green. Hex color #21A520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A520 is #DE5ADF. Grayscale: #6E6E6E. Windows color (decimal): -14572256 or 2139425. OLE color: 2139425.

HSL color Cylindrical-coordinate representation of color #21A520: hue angle of 119.55º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21A520 is Cyan = 0.8, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 165 32 -
CMYK 0.8 0 0.81 0.35
HSL 119.55º 0.68% 0.39% -
HSV(B) 119.55º 0.81% 0.65% -
XYZ 14.34 27.34 5.89 -
YUV 110.37 83.77 72.81 -
System Red Green Blue C M Y K H S L
Decimal 33 165 32 0.8 0 0.81 0.35 119.55 0.68 0.39
Hex 21 A5 20 50 0 51 23 78 44 27
Octal 41 245 40 120 0 121 43 170 104 47
Binary 100001 10100101 100000 1010000 0 1010001 100011 1111000 1000100 100111

Color Harmonies of #21A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A520

Black with #21A520

Text Example


Text Example

White with #21A520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,165,32); }

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

background-color css

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

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

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

border-color css

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

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

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