Html Css Color HEX #1E392A Palm Green

📋 copy color: '#1E392A'

red 30 ◦ green 57 ◦ blue 42

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

Shades of Palm Green #1E392A

Tints of Palm Green #1E392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.19%

 BLUE value IS 42 (16.8% from 255) = 32.56%

R = 23.26%
G = 44.19%
B = 32.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#1E392A (or 0x1E392A) is known color: Palm Green. HEX triplet: 1E, 39 and 2A. RGB value is (30,57,42). Sum of RGB (Red+Green+Blue) = 30+57+42=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 57 - color contains mainly: green. Hex color #1E392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E392A is #E1C6D5. Grayscale: #2F2F2F. Windows color (decimal): -14796502 or 2767134. OLE color: 2767134.

HSL color Cylindrical-coordinate representation of color #1E392A: hue angle of 146.67º 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 #1E392A is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 30 57 42 -
CMYK 0.47 0 0.26 0.78
HSL 146.67º 0.31% 0.17% -
HSV(B) 146.67º 0.47% 0.22% -
XYZ 2.42 3.37 2.71 -
YUV 47.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 30 57 42 0.47 0 0.26 0.78 146.67 0.31 0.17
Hex 1E 39 2A 2F 0 1A 4E 93 1F 11
Octal 36 71 52 57 0 32 116 223 37 21
Binary 11110 111001 101010 101111 0 11010 1001110 10010011 11111 10001

Color Harmonies of #1E392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E392A

Black with #1E392A

Text Example


Text Example

White with #1E392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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