#21372E

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

Shades of Palm Green #21372E

Tints of Palm Green #21372E

Color information

#21372E (or 0x21372E) is unknown color: approx Palm Green. HEX triplet: 21, 37 and 2E. RGB value is (33,55,46). Sum of RGB (Red+Green+Blue) = 33+55+46=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 55 - color contains mainly: green. Hex color #21372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21372E is #DEC8D1. Grayscale: #2F2F2F. Windows color (decimal): -14600402 or 3028769. OLE color: 3028769.

HSL color Cylindrical-coordinate representation of color #21372E: hue angle of 155.45º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #21372E is Cyan = 0.4, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB335546-
CMYK0.400.160.78
HSL155.45º25%17.25%-
HSV(B)155.45º40%21.57%-
XYZ2.493.253.08-
YUV47.4127.21117.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 55 (21.88% from 255) = 41.04%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=24.63%
G=41.04%
B=34.33%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3355460.400.160.78155.452517.25
Hex21372E280104E9b1911
Octal416756500201162333121
Binary1000011101111011101010000100001001110100110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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