#21AF48

Color #21AF48 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #21AF48

Tints of Dark Pastel Green #21AF48

Color information

#21AF48 (or 0x21AF48) is unknown color: approx Dark Pastel Green. HEX triplet: 21, AF and 48. RGB value is (33,175,72). Sum of RGB (Red+Green+Blue) = 33+175+72=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 175 (68.75% from 255 or 62.5% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AF48 is #DE50B7. Grayscale: #797979. Windows color (decimal): -14569656 or 4763425. OLE color: 4763425.

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

Color convert

RGB3317572-
CMYK0.8100.590.31
HSL136.48º68.27%40.78%-
HSV(B)136.48º81.14%68.63%-
XYZ17.1331.4511.3-
YUV120.8100.4665.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 175 (68.75% from 255) = 62.5%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=11.79%
G=62.5%
B=25.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal33175720.8100.590.31136.4868.2740.78
Hex21AF485103B1F884429
Octal412571101210733721010451
Binary1000011010111110010001010001011101111111100010001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21AF48;
 }
 .AnyTagClassName
 {
   color: #21AF48;
 }
</style>
background-color css

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

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

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

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

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

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