Html Css Color HEX #21AD2D Forest Green

📋 copy color: '#21AD2D'

red 33 ◦ green 173 ◦ blue 45

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

Shades of Forest Green #21AD2D

Tints of Forest Green #21AD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.93%

R = 13.15%
G = 68.92%
B = 17.93%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#21AD2D (or 0x21AD2D) is known color: Forest Green. HEX triplet: 21, AD and 2D. RGB value is (33,173,45). Sum of RGB (Red+Green+Blue) = 33+173+45=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 173 (67.97% from 255 or 68.92% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AD2D is #DE52D2. Grayscale: #747474. Windows color (decimal): -14570195 or 2993441. OLE color: 2993441.

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

Color convert

RGB 33 173 45 -
CMYK 0.81 0 0.74 0.32
HSL 125.14º 0.68% 0.4% -
HSV(B) 125.14º 0.81% 0.68% -
XYZ 16.04 30.4 7.5 -
YUV 116.55 87.62 68.41 -
System Red Green Blue C M Y K H S L
Decimal 33 173 45 0.81 0 0.74 0.32 125.14 0.68 0.4
Hex 21 AD 2D 51 0 4A 20 7D 44 28
Octal 41 255 55 121 0 112 40 175 104 50
Binary 100001 10101101 101101 1010001 0 1001010 100000 1111101 1000100 101000

Color Harmonies of #21AD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AD2D

Black with #21AD2D

Text Example


Text Example

White with #21AD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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