Html Css Color HEX #1E6014 Myrtle

📋 copy color: '#1E6014'

red 30 ◦ green 96 ◦ blue 20

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

Shades of Myrtle #1E6014

Tints of Myrtle #1E6014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 65.75%

 BLUE value IS 20 (8.2% from 255) = 13.7%

R = 20.55%
G = 65.75%
B = 13.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#1E6014 (or 0x1E6014) is known color: Myrtle. HEX triplet: 1E, 60 and 14. RGB value is (30,96,20). Sum of RGB (Red+Green+Blue) = 30+96+20=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #1E6014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6014 is #E19FEB. Grayscale: #434343. Windows color (decimal): -14786540 or 1335326. OLE color: 1335326.

HSL color Cylindrical-coordinate representation of color #1E6014: hue angle of 112.11º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E6014 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 96 20 -
CMYK 0.69 0 0.79 0.62
HSL 112.11º 0.66% 0.23% -
HSV(B) 112.11º 0.79% 0.38% -
XYZ 4.84 8.69 2.08 -
YUV 67.6 101.13 101.18 -
System Red Green Blue C M Y K H S L
Decimal 30 96 20 0.69 0 0.79 0.62 112.11 0.66 0.23
Hex 1E 60 14 45 0 4F 3E 70 42 17
Octal 36 140 24 105 0 117 76 160 102 27
Binary 11110 1100000 10100 1000101 0 1001111 111110 1110000 1000010 10111

Color Harmonies of #1E6014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6014

Black with #1E6014

Text Example


Text Example

White with #1E6014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,96,20); }

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

background-color css

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

 a { background-color: rgb(30,96,20); }

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

border-color css

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

 span { border-color: rgb(30,96,20); }

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