#1D352C

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

Shades of Palm Green #1D352C

Tints of Palm Green #1D352C

Color information

#1D352C (or 0x1D352C) is unknown color: approx Palm Green. HEX triplet: 1D, 35 and 2C. RGB value is (29,53,44). Sum of RGB (Red+Green+Blue) = 29+53+44=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 53 - color contains mainly: green. Hex color #1D352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D352C is #E2CAD3. Grayscale: #2C2C2C. Windows color (decimal): -14863060 or 2897181. OLE color: 2897181.

HSL color Cylindrical-coordinate representation of color #1D352C: hue angle of 157.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D352C is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB295344-
CMYK0.4500.170.79
HSL157.5º29.27%16.08%-
HSV(B)157.5º45.28%20.78%-
XYZ2.232.992.84-
YUV44.8127.55116.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.02%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 44 (17.58% from 255) = 34.92%
R=23.02%
G=42.06%
B=34.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2953440.4500.170.79157.529.2716.08
Hex1D352C2D0114F9e1d10
Octal356554550211172363520
Binary111011101011011001011010100011001111100111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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