Html Css Color HEX #21AD48 Dark Pastel Green

📋 copy color: '#21AD48'

red 33 ◦ green 173 ◦ blue 72

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

Shades of Dark Pastel Green #21AD48

Tints of Dark Pastel Green #21AD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.9%

R = 11.87%
G = 62.23%
B = 25.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#21AD48 (or 0x21AD48) is known color: Dark Pastel Green. HEX triplet: 21, AD and 48. RGB value is (33,173,72). Sum of RGB (Red+Green+Blue) = 33+173+72=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 173 (67.97% from 255 or 62.23% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AD48 is #DE52B7. Grayscale: #777777. Windows color (decimal): -14570168 or 4762913. OLE color: 4762913.

HSL color Cylindrical-coordinate representation of color #21AD48: hue angle of 136.71º 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 #21AD48 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 173 72 -
CMYK 0.81 0 0.58 0.32
HSL 136.71º 0.68% 0.4% -
HSV(B) 136.71º 0.81% 0.68% -
XYZ 16.74 30.68 11.17 -
YUV 119.63 101.12 66.21 -
System Red Green Blue C M Y K H S L
Decimal 33 173 72 0.81 0 0.58 0.32 136.71 0.68 0.4
Hex 21 AD 48 51 0 3A 20 89 44 28
Octal 41 255 110 121 0 72 40 211 104 50
Binary 100001 10101101 1001000 1010001 0 111010 100000 10001001 1000100 101000

Color Harmonies of #21AD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AD48

Black with #21AD48

Text Example


Text Example

White with #21AD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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