#21392F

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

Shades of Palm Green #21392F

Tints of Palm Green #21392F

Color information

#21392F (or 0x21392F) is unknown color: approx Palm Green. HEX triplet: 21, 39 and 2F. RGB value is (33,57,47). Sum of RGB (Red+Green+Blue) = 33+57+47=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #21392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21392F is #DEC6D0. Grayscale: #303030. Windows color (decimal): -14599889 or 3094817. OLE color: 3094817.

HSL color Cylindrical-coordinate representation of color #21392F: hue angle of 155º 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 #21392F is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB335747-
CMYK0.4200.180.78
HSL155º26.67%17.65%-
HSV(B)155º42.11%22.35%-
XYZ2.63.453.22-
YUV48.68127.05116.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.09%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=24.09%
G=41.61%
B=34.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3357470.4200.180.7815526.6717.65
Hex21392F2A0124E9b1b12
Octal417157520221162333322
Binary1000011110011011111010100100101001110100110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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