#1E362A

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

Shades of Palm Green #1E362A

Tints of Palm Green #1E362A

Color information

#1E362A (or 0x1E362A) is unknown color: approx Palm Green. HEX triplet: 1E, 36 and 2A. RGB value is (30,54,42). Sum of RGB (Red+Green+Blue) = 30+54+42=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 54 - color contains mainly: green. Hex color #1E362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E362A is #E1C9D5. Grayscale: #2D2D2D. Windows color (decimal): -14797270 or 2766366. OLE color: 2766366.

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

Color convert

RGB305442-
CMYK0.4400.220.79
HSL150º28.57%16.47%-
HSV(B)150º44.44%21.18%-
XYZ2.273.082.67-
YUV45.46126.05116.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.81%
GREEN value IS 54 (21.48% from 255) = 42.86%
BLUE value IS 42 (16.80% from 255) = 33.33%
R=23.81%
G=42.86%
B=33.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3054420.4400.220.7915028.5716.47
Hex1E362A2C0164F961d10
Octal366652540261172263520
Binary111101101101010101011000101101001111100101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,54,42); }

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

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

 a { background-color: rgb(30,54,42); }

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

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

 span { border-color: rgb(30,54,42); }

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