Html Css Color HEX #112E0E Myrtle

📋 copy color: '#112E0E'

red 17 ◦ green 46 ◦ blue 14

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

Shades of Myrtle #112E0E

Tints of Myrtle #112E0E

RGB

 RED value IS 17 (7.03% from 255) = 22.08%

 GREEN value IS 46 (18.36% from 255) = 59.74%

 BLUE value IS 14 (5.86% from 255) = 18.18%

R = 22.08%
G = 59.74%
B = 18.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.70

 K value IS 0.82

RGB Variations

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

Color information

#112E0E (or 0x112E0E) is known color: Myrtle. HEX triplet: 11, 2E and 0E. RGB value is (17,46,14). Sum of RGB (Red+Green+Blue) = 17+46+14=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 46 (18.36% from 255 or 59.74% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 46 - color contains mainly: green. Hex color #112E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112E0E is #EED1F1. Grayscale: #212121. Windows color (decimal): -15651314 or 929297. OLE color: 929297.

HSL color Cylindrical-coordinate representation of color #112E0E: hue angle of 114.38º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #112E0E is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB 17 46 14 -
CMYK 0.63 0 0.70 0.82
HSL 114.38º 0.53% 0.12% -
HSV(B) 114.38º 0.7% 0.18% -
XYZ 1.29 2.1 0.75 -
YUV 33.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 17 46 14 0.63 0 0.70 0.82 114.38 0.53 0.12
Hex 11 2E E 3F 0 46 52 72 35 C
Octal 21 56 16 77 0 106 122 162 65 14
Binary 10001 101110 1110 111111 0 1000110 1010010 1110010 110101 1100

Color Harmonies of #112E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E0E

Black with #112E0E

Text Example


Text Example

White with #112E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112E0E; }

 p { color: rgb(17,46,14); }

 H1.HeaderClassName
 {
   color: #112E0E;
 }
 .AnyTagClassName
 {
   color: #112E0E;
 }
</style>

background-color css

<style>
 a { background-color: #112E0E; }

 a { background-color: rgb(17,46,14); }

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

border-color css

<style>
 span { border-color: #112E0E; }

 span { border-color: rgb(17,46,14); }

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