Html Css Color HEX #21A019 Forest Green

📋 copy color: '#21A019'

red 33 ◦ green 160 ◦ blue 25

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

Shades of Forest Green #21A019

Tints of Forest Green #21A019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.47%

R = 15.14%
G = 73.39%
B = 11.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#21A019 (or 0x21A019) is known color: Forest Green. HEX triplet: 21, A0 and 19. RGB value is (33,160,25). Sum of RGB (Red+Green+Blue) = 33+160+25=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 160 (62.89% from 255 or 73.39% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 160 - color contains mainly: green. Hex color #21A019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A019 is #DE5FE6. Grayscale: #6B6B6B. Windows color (decimal): -14573543 or 1679393. OLE color: 1679393.

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

Color convert

RGB 33 160 25 -
CMYK 0.79 0 0.84 0.37
HSL 116.44º 0.73% 0.36% -
HSV(B) 116.44º 0.84% 0.63% -
XYZ 13.37 25.54 5.14 -
YUV 106.64 81.92 75.48 -
System Red Green Blue C M Y K H S L
Decimal 33 160 25 0.79 0 0.84 0.37 116.44 0.73 0.36
Hex 21 A0 19 4F 0 54 25 74 49 24
Octal 41 240 31 117 0 124 45 164 111 44
Binary 100001 10100000 11001 1001111 0 1010100 100101 1110100 1001001 100100

Color Harmonies of #21A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A019

Black with #21A019

Text Example


Text Example

White with #21A019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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