#112F0A

Color #112F0A Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #112F0A

Tints of Myrtle #112F0A

Color information

#112F0A (or 0x112F0A) is unknown color: approx Myrtle. HEX triplet: 11, 2F and 0A. RGB value is (17,47,10). Sum of RGB (Red+Green+Blue) = 17+47+10=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 47 (18.75% from 255 or 63.51% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 47 - color contains mainly: green. Hex color #112F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112F0A is #EED0F5. Grayscale: #212121. Windows color (decimal): -15651062 or 667409. OLE color: 667409.

HSL color Cylindrical-coordinate representation of color #112F0A: hue angle of 108.65º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #112F0A is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.82.

Color convert

RGB174710-
CMYK0.6400.790.82
HSL108.65º64.91%11.18%-
HSV(B)108.65º78.72%18.43%-
XYZ1.32.170.64-
YUV33.81114.56116.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 47 (18.75% from 255) = 63.51%
BLUE value IS 10 (4.30% from 255) = 13.51%
R=22.97%
G=63.51%
B=13.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1747100.6400.790.82108.6564.9111.18
Hex112FA4004F526d41b
Octal215712100011712215510113
Binary1000110111110101000000010011111010010110110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,47,10); }

 H1.HeaderClassName
 {
   color: #112F0A;
 }
 .AnyTagClassName
 {
   color: #112F0A;
 }
</style>
background-color css

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

 a { background-color: rgb(17,47,10); }

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

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

 span { border-color: rgb(17,47,10); }

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