#1D392E

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

Shades of Palm Green #1D392E

Tints of Palm Green #1D392E

Color information

#1D392E (or 0x1D392E) is unknown color: approx Palm Green. HEX triplet: 1D, 39 and 2E. RGB value is (29,57,46). Sum of RGB (Red+Green+Blue) = 29+57+46=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #1D392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D392E is #E2C6D1. Grayscale: #2F2F2F. Windows color (decimal): -14862034 or 3029277. OLE color: 3029277.

HSL color Cylindrical-coordinate representation of color #1D392E: hue angle of 156.43º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1D392E is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB295746-
CMYK0.4900.190.78
HSL156.43º32.56%16.86%-
HSV(B)156.43º49.12%22.35%-
XYZ2.463.383.11-
YUV47.37127.22114.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.97%
GREEN value IS 57 (22.66% from 255) = 43.18%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=21.97%
G=43.18%
B=34.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2957460.4900.190.78156.4332.5616.86
Hex1D392E310134E9c2111
Octal357156610231162344121
Binary1110111100110111011000101001110011101001110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D392E; }

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

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

<style>
 a { background-color: #1D392E; }

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

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

<style>
 span { border-color: #1D392E; }

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

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