#1D382E

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

Shades of Palm Green #1D382E

Tints of Palm Green #1D382E

Color information

#1D382E (or 0x1D382E) is unknown color: approx Palm Green. HEX triplet: 1D, 38 and 2E. RGB value is (29,56,46). Sum of RGB (Red+Green+Blue) = 29+56+46=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #1D382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D382E is #E2C7D1. Grayscale: #2E2E2E. Windows color (decimal): -14862290 or 3029021. OLE color: 3029021.

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

Color convert

RGB295646-
CMYK0.4800.180.78
HSL157.78º31.76%16.67%-
HSV(B)157.78º48.21%21.96%-
XYZ2.413.293.09-
YUV46.79127.55115.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.14%
GREEN value IS 56 (22.27% from 255) = 42.75%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=22.14%
G=42.75%
B=35.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2956460.4800.180.78157.7831.7616.67
Hex1D382E300124E9e2011
Octal357056600221162364021
Binary1110111100010111011000001001010011101001111010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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