#21352D

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

Shades of Palm Green #21352D

Tints of Palm Green #21352D

Color information

#21352D (or 0x21352D) is unknown color: approx Palm Green. HEX triplet: 21, 35 and 2D. RGB value is (33,53,45). Sum of RGB (Red+Green+Blue) = 33+53+45=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 53 - color contains mainly: green. Hex color #21352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21352D is #DECAD2. Grayscale: #2E2E2E. Windows color (decimal): -14600915 or 2962721. OLE color: 2962721.

HSL color Cylindrical-coordinate representation of color #21352D: hue angle of 156º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #21352D is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB335345-
CMYK0.3800.150.79
HSL156º23.26%16.86%-
HSV(B)156º37.74%20.78%-
XYZ2.373.062.95-
YUV46.11127.37118.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 53 (21.09% from 255) = 40.46%
BLUE value IS 45 (17.97% from 255) = 34.35%
R=25.19%
G=40.46%
B=34.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3353450.3800.150.7915623.2616.86
Hex21352D260F4F9c1711
Octal416555460171172342721
Binary100001110101101101100110011111001111100111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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