#21B342

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

Shades of Dark Pastel Green #21B342

Tints of Dark Pastel Green #21B342

Color information

#21B342 (or 0x21B342) is unknown color: approx Dark Pastel Green. HEX triplet: 21, B3 and 42. RGB value is (33,179,66). Sum of RGB (Red+Green+Blue) = 33+179+66=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 179 (70.31% from 255 or 64.39% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 179 - color contains mainly: green. Hex color #21B342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B342 is #DE4CBD. Grayscale: #7A7A7A. Windows color (decimal): -14568638 or 4371233. OLE color: 4371233.

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

Color convert

RGB3317966-
CMYK0.8200.630.30
HSL133.56º68.87%41.57%-
HSV(B)133.56º81.56%70.2%-
XYZ17.7332.9610.58-
YUV122.4696.1364.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 179 (70.31% from 255) = 64.39%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=11.87%
G=64.39%
B=23.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33179660.8200.630.30133.5668.8741.57
Hex21B3425203F1E86452a
Octal412631021220773620610552
Binary1000011011001110000101010010011111111110100001101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,179,66); }

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

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

 a { background-color: rgb(33,179,66); }

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

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

 span { border-color: rgb(33,179,66); }

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