#21B23D

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

Shades of Dark Pastel Green #21B23D

Tints of Dark Pastel Green #21B23D

Color information

#21B23D (or 0x21B23D) is unknown color: approx Dark Pastel Green. HEX triplet: 21, B2 and 3D. RGB value is (33,178,61). Sum of RGB (Red+Green+Blue) = 33+178+61=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 178 (69.92% from 255 or 65.44% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 178 - color contains mainly: green. Hex color #21B23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B23D is #DE4DC2. Grayscale: #797979. Windows color (decimal): -14568899 or 4043297. OLE color: 4043297.

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

Color convert

RGB3317861-
CMYK0.8100.660.30
HSL131.59º68.72%41.37%-
HSV(B)131.59º81.46%69.8%-
XYZ17.3932.59.77-
YUV121.3193.9665.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 178 (69.92% from 255) = 65.44%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=12.13%
G=65.44%
B=22.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33178610.8100.660.30131.5968.7241.37
Hex21B23D510421E844529
Octal412627512101023620410551
Binary1000011011001011110110100010100001011110100001001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,178,61); }

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

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

 a { background-color: rgb(33,178,61); }

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

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

 span { border-color: rgb(33,178,61); }

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