#21392E

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

Shades of Palm Green #21392E

Tints of Palm Green #21392E

Color information

#21392E (or 0x21392E) is unknown color: approx Palm Green. HEX triplet: 21, 39 and 2E. RGB value is (33,57,46). Sum of RGB (Red+Green+Blue) = 33+57+46=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 57 - color contains mainly: green. Hex color #21392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21392E is #DEC6D1. Grayscale: #303030. Windows color (decimal): -14599890 or 3029281. OLE color: 3029281.

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

Color convert

RGB335746-
CMYK0.4200.190.78
HSL152.5º26.67%17.65%-
HSV(B)152.5º42.11%22.35%-
XYZ2.583.453.11-
YUV48.57126.55116.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 57 (22.66% from 255) = 41.91%
BLUE value IS 46 (18.36% from 255) = 33.82%
R=24.26%
G=41.91%
B=33.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3357460.4200.190.78152.526.6717.65
Hex21392E2A0134E981b12
Octal417156520231162303322
Binary1000011110011011101010100100111001110100110001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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