#1E3D2E

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

Shades of Palm Green #1E3D2E

Tints of Palm Green #1E3D2E

Color information

#1E3D2E (or 0x1E3D2E) is unknown color: approx Palm Green. HEX triplet: 1E, 3D and 2E. RGB value is (30,61,46). Sum of RGB (Red+Green+Blue) = 30+61+46=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 61 - color contains mainly: green. Hex color #1E3D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3D2E is #E1C2D1. Grayscale: #323232. Windows color (decimal): -14795474 or 3030302. OLE color: 3030302.

HSL color Cylindrical-coordinate representation of color #1E3D2E: hue angle of 150.97º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E3D2E is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB306146-
CMYK0.5100.250.76
HSL150.97º34.07%17.84%-
HSV(B)150.97º50.82%23.92%-
XYZ2.73.813.18-
YUV50.02125.73113.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.90%
GREEN value IS 61 (24.22% from 255) = 44.53%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=21.90%
G=44.53%
B=33.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3061460.5100.250.76150.9734.0717.84
Hex1E3D2E330194C972212
Octal367556630311142274222
Binary1111011110110111011001101100110011001001011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,61,46); }

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

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

 a { background-color: rgb(30,61,46); }

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

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

 span { border-color: rgb(30,61,46); }

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