#1D3E2B

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

Shades of Palm Green #1D3E2B

Tints of Palm Green #1D3E2B

Color information

#1D3E2B (or 0x1D3E2B) is unknown color: approx Palm Green. HEX triplet: 1D, 3E and 2B. RGB value is (29,62,43). Sum of RGB (Red+Green+Blue) = 29+62+43=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 62 - color contains mainly: green. Hex color #1D3E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3E2B is #E2C1D4. Grayscale: #323232. Windows color (decimal): -14860757 or 2833949. OLE color: 2833949.

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

Color convert

RGB296243-
CMYK0.5300.310.76
HSL145.45º36.26%17.84%-
HSV(B)145.45º53.23%24.31%-
XYZ2.673.882.89-
YUV49.97124.07113.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.64%
GREEN value IS 62 (24.61% from 255) = 46.27%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=21.64%
G=46.27%
B=32.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2962430.5300.310.76145.4536.2617.84
Hex1D3E2B3501F4C912412
Octal357653650371142214422
Binary1110111111010101111010101111110011001001000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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