#1E392F

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

Shades of Palm Green #1E392F

Tints of Palm Green #1E392F

Color information

#1E392F (or 0x1E392F) is unknown color: approx Palm Green. HEX triplet: 1E, 39 and 2F. RGB value is (30,57,47). Sum of RGB (Red+Green+Blue) = 30+57+47=134 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.39% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #1E392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E392F is #E1C6D0. Grayscale: #2F2F2F. Windows color (decimal): -14796497 or 3094814. OLE color: 3094814.

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

Color convert

RGB305747-
CMYK0.4700.180.78
HSL157.78º31.03%17.06%-
HSV(B)157.78º47.37%22.35%-
XYZ2.513.413.21-
YUV47.79127.55115.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.39%
GREEN value IS 57 (22.66% from 255) = 42.54%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=22.39%
G=42.54%
B=35.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3057470.4700.180.78157.7831.0317.06
Hex1E392F2F0124E9e1f11
Octal367157570221162363721
Binary111101110011011111011110100101001110100111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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