Html Css Color HEX #21AB1C Forest Green

📋 copy color: '#21AB1C'

red 33 ◦ green 171 ◦ blue 28

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

Shades of Forest Green #21AB1C

Tints of Forest Green #21AB1C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 73.71%

 BLUE value IS 28 (11.33% from 255) = 12.07%

R = 14.22%
G = 73.71%
B = 12.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#21AB1C (or 0x21AB1C) is known color: Forest Green. HEX triplet: 21, AB and 1C. RGB value is (33,171,28). Sum of RGB (Red+Green+Blue) = 33+171+28=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 171 (67.19% from 255 or 73.71% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AB1C is #DE54E3. Grayscale: #717171. Windows color (decimal): -14570724 or 1878817. OLE color: 1878817.

HSL color Cylindrical-coordinate representation of color #21AB1C: hue angle of 117.9º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21AB1C is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 171 28 -
CMYK 0.81 0 0.84 0.33
HSL 117.9º 0.72% 0.39% -
HSV(B) 117.9º 0.84% 0.67% -
XYZ 15.4 29.53 5.99 -
YUV 113.44 79.78 70.63 -
System Red Green Blue C M Y K H S L
Decimal 33 171 28 0.81 0 0.84 0.33 117.9 0.72 0.39
Hex 21 AB 1C 51 0 54 21 76 48 27
Octal 41 253 34 121 0 124 41 166 110 47
Binary 100001 10101011 11100 1010001 0 1010100 100001 1110110 1001000 100111

Color Harmonies of #21AB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AB1C

Black with #21AB1C

Text Example


Text Example

White with #21AB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,171,28); }

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

background-color css

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

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

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

border-color css

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

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

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