#1D3C2B

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

Shades of Palm Green #1D3C2B

Tints of Palm Green #1D3C2B

Color information

#1D3C2B (or 0x1D3C2B) is unknown color: approx Palm Green. HEX triplet: 1D, 3C and 2B. RGB value is (29,60,43). Sum of RGB (Red+Green+Blue) = 29+60+43=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 60 - color contains mainly: green. Hex color #1D3C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3C2B is #E2C3D4. Grayscale: #303030. Windows color (decimal): -14861269 or 2833437. OLE color: 2833437.

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

Color convert

RGB296043-
CMYK0.5200.280.76
HSL147.1º34.83%17.45%-
HSV(B)147.1º51.67%23.53%-
XYZ2.563.672.86-
YUV48.79124.73113.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.97%
GREEN value IS 60 (23.83% from 255) = 45.45%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=21.97%
G=45.45%
B=32.58%

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
Decimal2960430.5200.280.76147.134.8317.45
Hex1D3C2B3401C4C932311
Octal357453640341142234321
Binary1110111110010101111010001110010011001001001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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