#1D382A

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

Shades of Palm Green #1D382A

Tints of Palm Green #1D382A

Color information

#1D382A (or 0x1D382A) is unknown color: approx Palm Green. HEX triplet: 1D, 38 and 2A. RGB value is (29,56,42). Sum of RGB (Red+Green+Blue) = 29+56+42=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #1D382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D382A is #E2C7D5. Grayscale: #2E2E2E. Windows color (decimal): -14862294 or 2766877. OLE color: 2766877.

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

Color convert

RGB295642-
CMYK0.4800.250.78
HSL148.89º31.76%16.67%-
HSV(B)148.89º48.21%21.96%-
XYZ2.343.262.7-
YUV46.33125.55115.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.83%
GREEN value IS 56 (22.27% from 255) = 44.09%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=22.83%
G=44.09%
B=33.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2956420.4800.250.78148.8931.7616.67
Hex1D382A300194E952011
Octal357052600311162254021
Binary1110111100010101011000001100110011101001010110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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