#21B243

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

Shades of Dark Pastel Green #21B243

Tints of Dark Pastel Green #21B243

Color information

#21B243 (or 0x21B243) is unknown color: approx Dark Pastel Green. HEX triplet: 21, B2 and 43. RGB value is (33,178,67). Sum of RGB (Red+Green+Blue) = 33+178+67=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 178 (69.92% from 255 or 64.03% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 178 - color contains mainly: green. Hex color #21B243 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B243 is #DE4DBC. Grayscale: #7A7A7A. Windows color (decimal): -14568893 or 4436513. OLE color: 4436513.

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

Color convert

RGB3317867-
CMYK0.8100.620.30
HSL134.07º68.72%41.37%-
HSV(B)134.07º81.46%69.8%-
XYZ17.5632.5710.67-
YUV121.9996.9664.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 178 (69.92% from 255) = 64.03%
BLUE value IS 67 (26.56% from 255) = 24.10%
R=11.87%
G=64.03%
B=24.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33178670.8100.620.30134.0768.7241.37
Hex21B2435103E1E864529
Octal412621031210763620610551
Binary1000011011001010000111010001011111011110100001101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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