Html Css Color HEX #1E382A Palm Green

📋 copy color: '#1E382A'

red 30 ◦ green 56 ◦ blue 42

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

Shades of Palm Green #1E382A

Tints of Palm Green #1E382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.75%

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

R = 23.44%
G = 43.75%
B = 32.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#1E382A (or 0x1E382A) is known color: Palm Green. HEX triplet: 1E, 38 and 2A. RGB value is (30,56,42). Sum of RGB (Red+Green+Blue) = 30+56+42=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #1E382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E382A is #E1C7D5. Grayscale: #2E2E2E. Windows color (decimal): -14796758 or 2766878. OLE color: 2766878.

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

Color convert

RGB 30 56 42 -
CMYK 0.46 0 0.25 0.78
HSL 147.69º 0.3% 0.17% -
HSV(B) 147.69º 0.46% 0.22% -
XYZ 2.37 3.27 2.7 -
YUV 46.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 30 56 42 0.46 0 0.25 0.78 147.69 0.3 0.17
Hex 1E 38 2A 2E 0 19 4E 94 1E 11
Octal 36 70 52 56 0 31 116 224 36 21
Binary 11110 111000 101010 101110 0 11001 1001110 10010100 11110 10001

Color Harmonies of #1E382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E382A

Black with #1E382A

Text Example


Text Example

White with #1E382A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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