#21B448

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

Shades of Dark Pastel Green #21B448

Tints of Dark Pastel Green #21B448

Color information

#21B448 (or 0x21B448) is unknown color: approx Dark Pastel Green. HEX triplet: 21, B4 and 48. RGB value is (33,180,72). Sum of RGB (Red+Green+Blue) = 33+180+72=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 180 (70.70% from 255 or 63.16% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 180 - color contains mainly: green. Hex color #21B448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B448 is #DE4BB7. Grayscale: #7C7C7C. Windows color (decimal): -14568376 or 4764705. OLE color: 4764705.

HSL color Cylindrical-coordinate representation of color #21B448: hue angle of 135.92º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B448 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB3318072-
CMYK0.8200.600.29
HSL135.92º69.01%41.76%-
HSV(B)135.92º81.67%70.59%-
XYZ18.1233.4311.63-
YUV123.7498.863.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 180 (70.70% from 255) = 63.16%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=11.58%
G=63.16%
B=25.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33180720.8200.600.29135.9269.0141.76
Hex21B4485203C1D88452a
Octal412641101220743521010552
Binary1000011011010010010001010010011110011101100010001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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