#21362C

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

Shades of Palm Green #21362C

Tints of Palm Green #21362C

Color information

#21362C (or 0x21362C) is unknown color: approx Palm Green. HEX triplet: 21, 36 and 2C. RGB value is (33,54,44). Sum of RGB (Red+Green+Blue) = 33+54+44=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 54 - color contains mainly: green. Hex color #21362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21362C is #DEC9D3. Grayscale: #2E2E2E. Windows color (decimal): -14600660 or 2897441. OLE color: 2897441.

HSL color Cylindrical-coordinate representation of color #21362C: hue angle of 151.43º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #21362C is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB335444-
CMYK0.3900.190.79
HSL151.43º24.14%17.06%-
HSV(B)151.43º38.89%21.18%-
XYZ2.43.142.86-
YUV46.58126.54118.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 54 (21.48% from 255) = 41.22%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=25.19%
G=41.22%
B=33.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3354440.3900.190.79151.4324.1417.06
Hex21362C270134F971811
Octal416654470231172273021
Binary1000011101101011001001110100111001111100101111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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