#1E362B

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

Shades of Palm Green #1E362B

Tints of Palm Green #1E362B

Color information

#1E362B (or 0x1E362B) is unknown color: approx Palm Green. HEX triplet: 1E, 36 and 2B. RGB value is (30,54,43). Sum of RGB (Red+Green+Blue) = 30+54+43=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #1E362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E362B is #E1C9D4. Grayscale: #2D2D2D. Windows color (decimal): -14797269 or 2831902. OLE color: 2831902.

HSL color Cylindrical-coordinate representation of color #1E362B: hue angle of 152.5º 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 #1E362B is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB305443-
CMYK0.4400.200.79
HSL152.5º28.57%16.47%-
HSV(B)152.5º44.44%21.18%-
XYZ2.293.092.76-
YUV45.57126.55116.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.62%
GREEN value IS 54 (21.48% from 255) = 42.52%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=23.62%
G=42.52%
B=33.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3054430.4400.200.79152.528.5716.47
Hex1E362B2C0144F981d10
Octal366653540241172303520
Binary111101101101010111011000101001001111100110001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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