#1D392F

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

Shades of Palm Green #1D392F

Tints of Palm Green #1D392F

Color information

#1D392F (or 0x1D392F) is unknown color: approx Palm Green. HEX triplet: 1D, 39 and 2F. RGB value is (29,57,47). Sum of RGB (Red+Green+Blue) = 29+57+47=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 57 - color contains mainly: green. Hex color #1D392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D392F is #E2C6D0. Grayscale: #2F2F2F. Windows color (decimal): -14862033 or 3094813. OLE color: 3094813.

HSL color Cylindrical-coordinate representation of color #1D392F: hue angle of 158.57º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1D392F is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB295747-
CMYK0.4900.180.78
HSL158.57º32.56%16.86%-
HSV(B)158.57º49.12%22.35%-
XYZ2.483.393.21-
YUV47.49127.72114.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.80%
GREEN value IS 57 (22.66% from 255) = 42.86%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=21.80%
G=42.86%
B=35.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2957470.4900.180.78158.5732.5616.86
Hex1D392F310124E9f2111
Octal357157610221162374121
Binary1110111100110111111000101001010011101001111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,57,47); }

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

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

 a { background-color: rgb(29,57,47); }

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

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

 span { border-color: rgb(29,57,47); }

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