#21362B

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

Shades of Palm Green #21362B

Tints of Palm Green #21362B

Color information

#21362B (or 0x21362B) is unknown color: approx Palm Green. HEX triplet: 21, 36 and 2B. RGB value is (33,54,43). Sum of RGB (Red+Green+Blue) = 33+54+43=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 54 - color contains mainly: green. Hex color #21362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21362B is #DEC9D4. Grayscale: #2E2E2E. Windows color (decimal): -14600661 or 2831905. OLE color: 2831905.

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

Color convert

RGB335443-
CMYK0.3900.200.79
HSL148.57º24.14%17.06%-
HSV(B)148.57º38.89%21.18%-
XYZ2.383.142.77-
YUV46.47126.04118.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.38%
GREEN value IS 54 (21.48% from 255) = 41.54%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=25.38%
G=41.54%
B=33.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3354430.3900.200.79148.5724.1417.06
Hex21362B270144F951811
Octal416653470241172253021
Binary1000011101101010111001110101001001111100101011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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