#21B845

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

Shades of Dark Pastel Green #21B845

Tints of Dark Pastel Green #21B845

Color information

#21B845 (or 0x21B845) is unknown color: approx Dark Pastel Green. HEX triplet: 21, B8 and 45. RGB value is (33,184,69). Sum of RGB (Red+Green+Blue) = 33+184+69=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 184 (72.27% from 255 or 64.34% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 184 - color contains mainly: green. Hex color #21B845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B845 is #DE47BA. Grayscale: #7E7E7E. Windows color (decimal): -14567355 or 4569121. OLE color: 4569121.

HSL color Cylindrical-coordinate representation of color #21B845: hue angle of 134.3º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B845 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB3318469-
CMYK0.8200.620.28
HSL134.3º69.59%42.55%-
HSV(B)134.3º82.07%72.16%-
XYZ18.8435.0311.4-
YUV125.7495.9761.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 184 (72.27% from 255) = 64.34%
BLUE value IS 69 (27.34% from 255) = 24.13%
R=11.54%
G=64.34%
B=24.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal33184690.8200.620.28134.369.5942.55
Hex21B8455203E1C86462b
Octal412701051220763420610653
Binary1000011011100010001011010010011111011100100001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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