#21392C

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

Shades of Palm Green #21392C

Tints of Palm Green #21392C

Color information

#21392C (or 0x21392C) is unknown color: approx Palm Green. HEX triplet: 21, 39 and 2C. RGB value is (33,57,44). Sum of RGB (Red+Green+Blue) = 33+57+44=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #21392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21392C is #DEC6D3. Grayscale: #303030. Windows color (decimal): -14599892 or 2898209. OLE color: 2898209.

HSL color Cylindrical-coordinate representation of color #21392C: hue angle of 147.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #21392C is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB335744-
CMYK0.4200.230.78
HSL147.5º26.67%17.65%-
HSV(B)147.5º42.11%22.35%-
XYZ2.543.432.91-
YUV48.34125.55117.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 57 (22.66% from 255) = 42.54%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=24.63%
G=42.54%
B=32.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3357440.4200.230.78147.526.6717.65
Hex21392C2A0174E941b12
Octal417154520271162243322
Binary1000011110011011001010100101111001110100101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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