#1D3D2C

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

Shades of Palm Green #1D3D2C

Tints of Palm Green #1D3D2C

Color information

#1D3D2C (or 0x1D3D2C) is unknown color: approx Palm Green. HEX triplet: 1D, 3D and 2C. RGB value is (29,61,44). Sum of RGB (Red+Green+Blue) = 29+61+44=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 61 - color contains mainly: green. Hex color #1D3D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3D2C is #E2C2D3. Grayscale: #313131. Windows color (decimal): -14861012 or 2899229. OLE color: 2899229.

HSL color Cylindrical-coordinate representation of color #1D3D2C: hue angle of 148.12º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3D2C is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB296144-
CMYK0.5200.280.76
HSL148.12º35.56%17.65%-
HSV(B)148.12º52.46%23.92%-
XYZ2.633.782.97-
YUV49.49124.9113.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.64%
GREEN value IS 61 (24.22% from 255) = 45.52%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=21.64%
G=45.52%
B=32.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2961440.5200.280.76148.1235.5617.65
Hex1D3D2C3401C4C942412
Octal357554640341142244422
Binary1110111110110110011010001110010011001001010010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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