#21322B

Color #21322B Palm Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Green #21322B

Tints of Palm Green #21322B

Color information

#21322B (or 0x21322B) is unknown color: approx Palm Green. HEX triplet: 21, 32 and 2B. RGB value is (33,50,43). Sum of RGB (Red+Green+Blue) = 33+50+43=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 50 - color contains mainly: green. Hex color #21322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21322B is #DECDD4. Grayscale: #2C2C2C. Windows color (decimal): -14601685 or 2830881. OLE color: 2830881.

HSL color Cylindrical-coordinate representation of color #21322B: hue angle of 155.29º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #21322B is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB335043-
CMYK0.3400.140.80
HSL155.29º20.48%16.27%-
HSV(B)155.29º34%19.61%-
XYZ2.22.782.71-
YUV44.12127.37120.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.19%
GREEN value IS 50 (19.92% from 255) = 39.68%
BLUE value IS 43 (17.19% from 255) = 34.13%
R=26.19%
G=39.68%
B=34.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3350430.3400.140.80155.2920.4816.27
Hex21322B220E509b1410
Octal416253420161202332420
Binary100001110010101011100010011101010000100110111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21322B; }

 p { color: rgb(33,50,43); }

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

<style>
 a { background-color: #21322B; }

 a { background-color: rgb(33,50,43); }

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

<style>
 span { border-color: #21322B; }

 span { border-color: rgb(33,50,43); }

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