#1D382B

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

Shades of Palm Green #1D382B

Tints of Palm Green #1D382B

Color information

#1D382B (or 0x1D382B) is unknown color: approx Palm Green. HEX triplet: 1D, 38 and 2B. RGB value is (29,56,43). Sum of RGB (Red+Green+Blue) = 29+56+43=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #1D382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D382B is #E2C7D4. Grayscale: #2E2E2E. Windows color (decimal): -14862293 or 2832413. OLE color: 2832413.

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

Color convert

RGB295643-
CMYK0.4800.230.78
HSL151.11º31.76%16.67%-
HSV(B)151.11º48.21%21.96%-
XYZ2.363.262.79-
YUV46.44126.05115.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.66%
GREEN value IS 56 (22.27% from 255) = 43.75%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=22.66%
G=43.75%
B=33.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2956430.4800.230.78151.1131.7616.67
Hex1D382B300174E972011
Octal357053600271162274021
Binary1110111100010101111000001011110011101001011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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