#1E412D

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

Shades of Palm Green #1E412D

Tints of Palm Green #1E412D

Color information

#1E412D (or 0x1E412D) is unknown color: approx Palm Green. HEX triplet: 1E, 41 and 2D. RGB value is (30,65,45). Sum of RGB (Red+Green+Blue) = 30+65+45=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #1E412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E412D is #E1BED2. Grayscale: #343434. Windows color (decimal): -14794451 or 2965790. OLE color: 2965790.

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

Color convert

RGB306545-
CMYK0.5400.310.75
HSL145.71º36.84%18.63%-
HSV(B)145.71º53.85%25.49%-
XYZ2.94.253.15-
YUV52.26123.9112.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.43%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=21.43%
G=46.43%
B=32.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3065450.5400.310.75145.7136.8418.63
Hex1E412D3601F4B922513
Octal3610155660371132224523
Binary11110100000110110111011001111110010111001001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,65,45); }

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

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

 a { background-color: rgb(30,65,45); }

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

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

 span { border-color: rgb(30,65,45); }

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