#1E402C

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

Shades of Palm Green #1E402C

Tints of Palm Green #1E402C

Color information

#1E402C (or 0x1E402C) is unknown color: approx Palm Green. HEX triplet: 1E, 40 and 2C. RGB value is (30,64,44). Sum of RGB (Red+Green+Blue) = 30+64+44=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #1E402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E402C is #E1BFD3. Grayscale: #333333. Windows color (decimal): -14794708 or 2899998. OLE color: 2899998.

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

Color convert

RGB306444-
CMYK0.5300.310.75
HSL144.71º36.17%18.43%-
HSV(B)144.71º53.12%25.1%-
XYZ2.824.123.03-
YUV51.55123.74112.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.74%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=21.74%
G=46.38%
B=31.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3064440.5300.310.75144.7136.1718.43
Hex1E402C3501F4B912412
Octal3610054650371132214422
Binary11110100000010110011010101111110010111001000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,64,44); }

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

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

 a { background-color: rgb(30,64,44); }

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

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

 span { border-color: rgb(30,64,44); }

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