Html Css Color HEX #1E480A Myrtle

📋 copy color: '#1E480A'

red 30 ◦ green 72 ◦ blue 10

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

Shades of Myrtle #1E480A

Tints of Myrtle #1E480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 64.29%

 BLUE value IS 10 (4.3% from 255) = 8.93%

R = 26.79%
G = 64.29%
B = 8.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#1E480A (or 0x1E480A) is known color: Myrtle. HEX triplet: 1E, 48 and 0A. RGB value is (30,72,10). Sum of RGB (Red+Green+Blue) = 30+72+10=112 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.79% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #1E480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E480A is #E1B7F5. Grayscale: #343434. Windows color (decimal): -14792694 or 673822. OLE color: 673822.

HSL color Cylindrical-coordinate representation of color #1E480A: hue angle of 100.65º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E480A is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 30 72 10 -
CMYK 0.58 0 0.86 0.72
HSL 100.65º 0.76% 0.16% -
HSV(B) 100.65º 0.86% 0.28% -
XYZ 2.91 4.93 1.09 -
YUV 52.37 104.09 112.04 -
System Red Green Blue C M Y K H S L
Decimal 30 72 10 0.58 0 0.86 0.72 100.65 0.76 0.16
Hex 1E 48 A 3A 0 56 48 65 4C 10
Octal 36 110 12 72 0 126 110 145 114 20
Binary 11110 1001000 1010 111010 0 1010110 1001000 1100101 1001100 10000

Color Harmonies of #1E480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E480A

Black with #1E480A

Text Example


Text Example

White with #1E480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,72,10); }

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

background-color css

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

 a { background-color: rgb(30,72,10); }

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

border-color css

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

 span { border-color: rgb(30,72,10); }

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