Html Css Color HEX #21AD39 Dark Pastel Green

📋 copy color: '#21AD39'

red 33 ◦ green 173 ◦ blue 57

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

Shades of Dark Pastel Green #21AD39

Tints of Dark Pastel Green #21AD39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.67%

R = 12.55%
G = 65.78%
B = 21.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#21AD39 (or 0x21AD39) is known color: Dark Pastel Green. HEX triplet: 21, AD and 39. RGB value is (33,173,57). Sum of RGB (Red+Green+Blue) = 33+173+57=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 173 (67.97% from 255 or 65.78% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AD39 is #DE52C6. Grayscale: #767676. Windows color (decimal): -14570183 or 3779873. OLE color: 3779873.

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

Color convert

RGB 33 173 57 -
CMYK 0.81 0 0.67 0.32
HSL 130.29º 0.68% 0.4% -
HSV(B) 130.29º 0.81% 0.68% -
XYZ 16.31 30.51 8.9 -
YUV 117.92 93.62 67.43 -
System Red Green Blue C M Y K H S L
Decimal 33 173 57 0.81 0 0.67 0.32 130.29 0.68 0.4
Hex 21 AD 39 51 0 43 20 82 44 28
Octal 41 255 71 121 0 103 40 202 104 50
Binary 100001 10101101 111001 1010001 0 1000011 100000 10000010 1000100 101000

Color Harmonies of #21AD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AD39

Black with #21AD39

Text Example


Text Example

White with #21AD39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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