#21352B

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

Shades of Palm Green #21352B

Tints of Palm Green #21352B

Color information

#21352B (or 0x21352B) is unknown color: approx Palm Green. HEX triplet: 21, 35 and 2B. RGB value is (33,53,43). Sum of RGB (Red+Green+Blue) = 33+53+43=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 53 - color contains mainly: green. Hex color #21352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21352B is #DECAD4. Grayscale: #2D2D2D. Windows color (decimal): -14600917 or 2831649. OLE color: 2831649.

HSL color Cylindrical-coordinate representation of color #21352B: hue angle of 150º 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 #21352B is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB335343-
CMYK0.3800.190.79
HSL150º23.26%16.86%-
HSV(B)150º37.74%20.78%-
XYZ2.343.042.75-
YUV45.88126.37118.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=25.58%
G=41.09%
B=33.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3353430.3800.190.7915023.2616.86
Hex21352B260134F961711
Octal416553460231172262721
Binary1000011101011010111001100100111001111100101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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