#21b33e

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

Shades of Dark Pastel Green #21B33E

Tints of Dark Pastel Green #21B33E

Color information

#21B33E (or 0x21B33E) is unknown color: approx Dark Pastel Green. HEX triplet: 21, B3 and 3E. RGB value is (33,179,62). Sum of RGB (Red+Green+Blue) = 33+179+62=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 179 (70.31% from 255 or 65.33% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 179 - color contains mainly: green. Hex color #21B33E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B33E is #DE4CC1. Grayscale: #7A7A7A. Windows color (decimal): -14568642 or 4109089. OLE color: 4109089.

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

Color convert

RGB3317962-
CMYK0.8200.650.30
HSL131.92º68.87%41.57%-
HSV(B)131.92º81.56%70.2%-
XYZ17.6232.919.98-
YUV122.0194.1364.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.04%
GREEN value IS 179 (70.31% from 255) = 65.33%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=12.04%
G=65.33%
B=22.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33179620.8200.650.30131.9268.8741.57
Hex21B33E520411E84452a
Octal412637612201013620410552
Binary1000011011001111111010100100100000111110100001001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21b33e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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