#21402C

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

Shades of Palm Green #21402C

Tints of Palm Green #21402C

Color information

#21402C (or 0x21402C) is unknown color: approx Palm Green. HEX triplet: 21, 40 and 2C. RGB value is (33,64,44). Sum of RGB (Red+Green+Blue) = 33+64+44=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #21402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21402C is #DEBFD3. Grayscale: #343434. Windows color (decimal): -14598100 or 2900001. OLE color: 2900001.

HSL color Cylindrical-coordinate representation of color #21402C: hue angle of 141.29º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21402C is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB336444-
CMYK0.4800.310.75
HSL141.29º31.96%19.02%-
HSV(B)141.29º48.44%25.1%-
XYZ2.924.173.03-
YUV52.45123.23114.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=23.40%
G=45.39%
B=31.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364440.4800.310.75141.2931.9619.02
Hex21402C3001F4B8d2013
Octal4110054600371132154023
Binary100001100000010110011000001111110010111000110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21402C; }

 p { color: rgb(33,64,44); }

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

<style>
 a { background-color: #21402C; }

 a { background-color: rgb(33,64,44); }

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

<style>
 span { border-color: #21402C; }

 span { border-color: rgb(33,64,44); }

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