Html Css Color HEX #21AD1E Forest Green

📋 copy color: '#21AD1E'

red 33 ◦ green 173 ◦ blue 30

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

Shades of Forest Green #21AD1E

Tints of Forest Green #21AD1E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 73.31%

 BLUE value IS 30 (12.11% from 255) = 12.71%

R = 13.98%
G = 73.31%
B = 12.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#21AD1E (or 0x21AD1E) is known color: Forest Green. HEX triplet: 21, AD and 1E. RGB value is (33,173,30). Sum of RGB (Red+Green+Blue) = 33+173+30=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 173 (67.97% from 255 or 73.31% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AD1E is #DE52E1. Grayscale: #737373. Windows color (decimal): -14570210 or 2010401. OLE color: 2010401.

HSL color Cylindrical-coordinate representation of color #21AD1E: hue angle of 118.74º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21AD1E is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 173 30 -
CMYK 0.81 0 0.83 0.32
HSL 118.74º 0.7% 0.4% -
HSV(B) 118.74º 0.83% 0.68% -
XYZ 15.81 30.3 6.24 -
YUV 114.84 80.12 69.63 -
System Red Green Blue C M Y K H S L
Decimal 33 173 30 0.81 0 0.83 0.32 118.74 0.7 0.4
Hex 21 AD 1E 51 0 53 20 77 46 28
Octal 41 255 36 121 0 123 40 167 106 50
Binary 100001 10101101 11110 1010001 0 1010011 100000 1110111 1000110 101000

Color Harmonies of #21AD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AD1E

Black with #21AD1E

Text Example


Text Example

White with #21AD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,173,30); }

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

background-color css

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

 a { background-color: rgb(33,173,30); }

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

border-color css

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

 span { border-color: rgb(33,173,30); }

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