#1D3F2C

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

Shades of Palm Green #1D3F2C

Tints of Palm Green #1D3F2C

Color information

#1D3F2C (or 0x1D3F2C) is unknown color: approx Palm Green. HEX triplet: 1D, 3F and 2C. RGB value is (29,63,44). Sum of RGB (Red+Green+Blue) = 29+63+44=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 63 - color contains mainly: green. Hex color #1D3F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3F2C is #E2C0D3. Grayscale: #323232. Windows color (decimal): -14860500 or 2899741. OLE color: 2899741.

HSL color Cylindrical-coordinate representation of color #1D3F2C: hue angle of 146.47º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D3F2C is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB296344-
CMYK0.5400.300.75
HSL146.47º36.96%18.04%-
HSV(B)146.47º53.97%24.71%-
XYZ2.7443.01-
YUV50.67124.24112.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.32%
GREEN value IS 63 (25% from 255) = 46.32%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=21.32%
G=46.32%
B=32.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2963440.5400.300.75146.4736.9618.04
Hex1D3F2C3601E4B922512
Octal357754660361132224522
Binary1110111111110110011011001111010010111001001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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