#1D3F30

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

Shades of Palm Green #1D3F30

Tints of Palm Green #1D3F30

Color information

#1D3F30 (or 0x1D3F30) is unknown color: approx Palm Green. HEX triplet: 1D, 3F and 30. RGB value is (29,63,48). Sum of RGB (Red+Green+Blue) = 29+63+48=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 63 - color contains mainly: green. Hex color #1D3F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3F30 is #E2C0CF. Grayscale: #333333. Windows color (decimal): -14860496 or 3161885. OLE color: 3161885.

HSL color Cylindrical-coordinate representation of color #1D3F30: hue angle of 153.53º 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 #1D3F30 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.75.

Color convert

RGB296348-
CMYK0.5400.240.75
HSL153.53º36.96%18.04%-
HSV(B)153.53º53.97%24.71%-
XYZ2.824.033.43-
YUV51.12126.24112.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.71%
GREEN value IS 63 (25% from 255) = 45%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=20.71%
G=45%
B=34.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2963480.5400.240.75153.5336.9618.04
Hex1D3F30360184B9a2512
Octal357760660301132324522
Binary1110111111111000011011001100010010111001101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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