#1D382C

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

Shades of Palm Green #1D382C

Tints of Palm Green #1D382C

Color information

#1D382C (or 0x1D382C) is unknown color: approx Palm Green. HEX triplet: 1D, 38 and 2C. RGB value is (29,56,44). Sum of RGB (Red+Green+Blue) = 29+56+44=129 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.48% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #1D382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D382C is #E2C7D3. Grayscale: #2E2E2E. Windows color (decimal): -14862292 or 2897949. OLE color: 2897949.

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

Color convert

RGB295644-
CMYK0.4800.210.78
HSL153.33º31.76%16.67%-
HSV(B)153.33º48.21%21.96%-
XYZ2.383.272.89-
YUV46.56126.55115.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.48%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 44 (17.58% from 255) = 34.11%
R=22.48%
G=43.41%
B=34.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2956440.4800.210.78153.3331.7616.67
Hex1D382C300154E992011
Octal357054600251162314021
Binary1110111100010110011000001010110011101001100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,56,44); }

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

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

 a { background-color: rgb(29,56,44); }

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

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

 span { border-color: rgb(29,56,44); }

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