#21362D

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

Shades of Palm Green #21362D

Tints of Palm Green #21362D

Color information

#21362D (or 0x21362D) is unknown color: approx Palm Green. HEX triplet: 21, 36 and 2D. RGB value is (33,54,45). Sum of RGB (Red+Green+Blue) = 33+54+45=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #21362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21362D is #DEC9D2. Grayscale: #2E2E2E. Windows color (decimal): -14600659 or 2962977. OLE color: 2962977.

HSL color Cylindrical-coordinate representation of color #21362D: hue angle of 154.29º 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 #21362D is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB335445-
CMYK0.3900.170.79
HSL154.29º24.14%17.06%-
HSV(B)154.29º38.89%21.18%-
XYZ2.423.152.96-
YUV46.7127.04118.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 54 (21.48% from 255) = 40.91%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=25%
G=40.91%
B=34.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3354450.3900.170.79154.2924.1417.06
Hex21362D270114F9a1811
Octal416655470211172323021
Binary1000011101101011011001110100011001111100110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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