Html Css Color HEX #21AB46 Dark Pastel Green

📋 copy color: '#21AB46'

red 33 ◦ green 171 ◦ blue 70

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

Shades of Dark Pastel Green #21AB46

Tints of Dark Pastel Green #21AB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.55%

R = 12.04%
G = 62.41%
B = 25.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#21AB46 (or 0x21AB46) is known color: Dark Pastel Green. HEX triplet: 21, AB and 46. RGB value is (33,171,70). Sum of RGB (Red+Green+Blue) = 33+171+70=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 171 (67.19% from 255 or 62.41% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AB46 is #DE54B9. Grayscale: #767676. Windows color (decimal): -14570682 or 4631329. OLE color: 4631329.

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

Color convert

RGB 33 171 70 -
CMYK 0.81 0 0.59 0.33
HSL 136.09º 0.68% 0.4% -
HSV(B) 136.09º 0.81% 0.67% -
XYZ 16.3 29.89 10.71 -
YUV 118.22 100.78 67.21 -
System Red Green Blue C M Y K H S L
Decimal 33 171 70 0.81 0 0.59 0.33 136.09 0.68 0.4
Hex 21 AB 46 51 0 3B 21 88 44 28
Octal 41 253 106 121 0 73 41 210 104 50
Binary 100001 10101011 1000110 1010001 0 111011 100001 10001000 1000100 101000

Color Harmonies of #21AB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AB46

Black with #21AB46

Text Example


Text Example

White with #21AB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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