Html Css Color HEX #1E372D Palm Green

📋 copy color: '#1E372D'

red 30 ◦ green 55 ◦ blue 45

#1E372D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Green #1E372D

Tints of Palm Green #1E372D

RGB

 RED value IS 30 (12.11% from 255) = 23.08%

 GREEN value IS 55 (21.88% from 255) = 42.31%

 BLUE value IS 45 (17.97% from 255) = 34.62%

R = 23.08%
G = 42.31%
B = 34.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#1E372D (or 0x1E372D) is known color: Palm Green. HEX triplet: 1E, 37 and 2D. RGB value is (30,55,45). Sum of RGB (Red+Green+Blue) = 30+55+45=130 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.08% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 55 - color contains mainly: green. Hex color #1E372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E372D is #E1C8D2. Grayscale: #2E2E2E. Windows color (decimal): -14797011 or 2963230. OLE color: 2963230.

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

Color convert

RGB 30 55 45 -
CMYK 0.45 0 0.18 0.78
HSL 156º 0.29% 0.17% -
HSV(B) 156º 0.45% 0.22% -
XYZ 2.38 3.2 2.97 -
YUV 46.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 30 55 45 0.45 0 0.18 0.78 156 0.29 0.17
Hex 1E 37 2D 2D 0 12 4E 9C 1D 11
Octal 36 67 55 55 0 22 116 234 35 21
Binary 11110 110111 101101 101101 0 10010 1001110 10011100 11101 10001

Color Harmonies of #1E372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E372D

Black with #1E372D

Text Example


Text Example

White with #1E372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,55,45); }

 H1.HeaderClassName
 {
   color: #1E372D;
 }
 .AnyTagClassName
 {
   color: #1E372D;
 }
</style>

background-color css

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

 a { background-color: rgb(30,55,45); }

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

border-color css

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

 span { border-color: rgb(30,55,45); }

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