Html Css Color HEX #21A02A Forest Green

📋 copy color: '#21A02A'

red 33 ◦ green 160 ◦ blue 42

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

Shades of Forest Green #21A02A

Tints of Forest Green #21A02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.87%

R = 14.04%
G = 68.09%
B = 17.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#21A02A (or 0x21A02A) is known color: Forest Green. HEX triplet: 21, A0 and 2A. RGB value is (33,160,42). Sum of RGB (Red+Green+Blue) = 33+160+42=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 160 (62.89% from 255 or 68.09% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 160 - color contains mainly: green. Hex color #21A02A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A02A is #DE5FD5. Grayscale: #6C6C6C. Windows color (decimal): -14573526 or 2793505. OLE color: 2793505.

HSL color Cylindrical-coordinate representation of color #21A02A: hue angle of 124.25º 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 #21A02A is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 160 42 -
CMYK 0.79 0 0.74 0.37
HSL 124.25º 0.66% 0.38% -
HSV(B) 124.25º 0.79% 0.63% -
XYZ 13.62 25.63 6.42 -
YUV 108.58 90.42 74.09 -
System Red Green Blue C M Y K H S L
Decimal 33 160 42 0.79 0 0.74 0.37 124.25 0.66 0.38
Hex 21 A0 2A 4F 0 4A 25 7C 42 26
Octal 41 240 52 117 0 112 45 174 102 46
Binary 100001 10100000 101010 1001111 0 1001010 100101 1111100 1000010 100110

Color Harmonies of #21A02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A02A

Black with #21A02A

Text Example


Text Example

White with #21A02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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