#21B846

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

Shades of Dark Pastel Green #21B846

Tints of Dark Pastel Green #21B846

Color information

#21B846 (or 0x21B846) is unknown color: approx Dark Pastel Green. HEX triplet: 21, B8 and 46. RGB value is (33,184,70). Sum of RGB (Red+Green+Blue) = 33+184+70=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 184 (72.27% from 255 or 64.11% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 184 - color contains mainly: green. Hex color #21B846 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B846 is #DE47B9. Grayscale: #7E7E7E. Windows color (decimal): -14567354 or 4634657. OLE color: 4634657.

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

Color convert

RGB3318470-
CMYK0.8200.620.28
HSL134.7º69.59%42.55%-
HSV(B)134.7º82.07%72.16%-
XYZ18.8735.0511.56-
YUV125.8696.4761.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 184 (72.27% from 255) = 64.11%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=11.50%
G=64.11%
B=24.39%

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
Decimal33184700.8200.620.28134.769.5942.55
Hex21B8465203E1C87462b
Octal412701061220763420710653
Binary1000011011100010001101010010011111011100100001111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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