#1E352C

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

Shades of Palm Green #1E352C

Tints of Palm Green #1E352C

Color information

#1E352C (or 0x1E352C) is unknown color: approx Palm Green. HEX triplet: 1E, 35 and 2C. RGB value is (30,53,44). Sum of RGB (Red+Green+Blue) = 30+53+44=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 53 - color contains mainly: green. Hex color #1E352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E352C is #E1CAD3. Grayscale: #2D2D2D. Windows color (decimal): -14797524 or 2897182. OLE color: 2897182.

HSL color Cylindrical-coordinate representation of color #1E352C: hue angle of 156.52º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1E352C is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB305344-
CMYK0.4300.170.79
HSL156.52º27.71%16.27%-
HSV(B)156.52º43.4%20.78%-
XYZ2.2632.84-
YUV45.1127.38117.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.62%
GREEN value IS 53 (21.09% from 255) = 41.73%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=23.62%
G=41.73%
B=34.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3053440.4300.170.79156.5227.7116.27
Hex1E352C2B0114F9d1c10
Octal366554530211172353420
Binary111101101011011001010110100011001111100111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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