#21B43A

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

Shades of Dark Pastel Green #21B43A

Tints of Dark Pastel Green #21B43A

Color information

#21B43A (or 0x21B43A) is unknown color: approx Dark Pastel Green. HEX triplet: 21, B4 and 3A. RGB value is (33,180,58). Sum of RGB (Red+Green+Blue) = 33+180+58=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 180 (70.70% from 255 or 66.42% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 180 - color contains mainly: green. Hex color #21B43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B43A is #DE4BC5. Grayscale: #7A7A7A. Windows color (decimal): -14568390 or 3847201. OLE color: 3847201.

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

Color convert

RGB3318058-
CMYK0.8200.680.29
HSL130.2º69.01%41.76%-
HSV(B)130.2º81.67%70.59%-
XYZ17.7133.279.49-
YUV122.1491.864.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 180 (70.70% from 255) = 66.42%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=12.18%
G=66.42%
B=21.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33180580.8200.680.29130.269.0141.76
Hex21B43A520441D82452a
Octal412647212201043520210552
Binary1000011011010011101010100100100010011101100000101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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