#21B445

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

Shades of Dark Pastel Green #21B445

Tints of Dark Pastel Green #21B445

Color information

#21B445 (or 0x21B445) is unknown color: approx Dark Pastel Green. HEX triplet: 21, B4 and 45. RGB value is (33,180,69). Sum of RGB (Red+Green+Blue) = 33+180+69=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 180 (70.70% from 255 or 63.83% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 180 - color contains mainly: green. Hex color #21B445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B445 is #DE4BBA. Grayscale: #7B7B7B. Windows color (decimal): -14568379 or 4568097. OLE color: 4568097.

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

Color convert

RGB3318069-
CMYK0.8200.620.29
HSL134.69º69.01%41.76%-
HSV(B)134.69º81.67%70.59%-
XYZ18.0233.411.13-
YUV123.3997.363.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.70%
GREEN value IS 180 (70.70% from 255) = 63.83%
BLUE value IS 69 (27.34% from 255) = 24.47%
R=11.70%
G=63.83%
B=24.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33180690.8200.620.29134.6969.0141.76
Hex21B4455203E1D87452a
Octal412641051220763520710552
Binary1000011011010010001011010010011111011101100001111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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