Html Css Color HEX #21AB3C Dark Pastel Green

📋 copy color: '#21AB3C'

red 33 ◦ green 171 ◦ blue 60

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

Shades of Dark Pastel Green #21AB3C

Tints of Dark Pastel Green #21AB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.73%

R = 12.5%
G = 64.77%
B = 22.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#21AB3C (or 0x21AB3C) is known color: Dark Pastel Green. HEX triplet: 21, AB and 3C. RGB value is (33,171,60). Sum of RGB (Red+Green+Blue) = 33+171+60=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 171 (67.19% from 255 or 64.77% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AB3C is #DE54C3. Grayscale: #757575. Windows color (decimal): -14570692 or 3975969. OLE color: 3975969.

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

Color convert

RGB 33 171 60 -
CMYK 0.81 0 0.65 0.33
HSL 131.74º 0.68% 0.4% -
HSV(B) 131.74º 0.81% 0.67% -
XYZ 16.01 29.78 9.18 -
YUV 117.08 95.78 68.03 -
System Red Green Blue C M Y K H S L
Decimal 33 171 60 0.81 0 0.65 0.33 131.74 0.68 0.4
Hex 21 AB 3C 51 0 41 21 84 44 28
Octal 41 253 74 121 0 101 41 204 104 50
Binary 100001 10101011 111100 1010001 0 1000001 100001 10000100 1000100 101000

Color Harmonies of #21AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AB3C

Black with #21AB3C

Text Example


Text Example

White with #21AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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