#112A0F

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

Shades of Myrtle #112A0F

Tints of Myrtle #112A0F

Color information

#112A0F (or 0x112A0F) is unknown color: approx Myrtle. HEX triplet: 11, 2A and 0F. RGB value is (17,42,15). Sum of RGB (Red+Green+Blue) = 17+42+15=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 42 (16.80% from 255 or 56.76% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 42 - color contains mainly: green. Hex color #112A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112A0F is #EED5F0. Grayscale: #1F1F1F. Windows color (decimal): -15652337 or 993809. OLE color: 993809.

HSL color Cylindrical-coordinate representation of color #112A0F: hue angle of 115.56º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #112A0F is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.84.

Color convert

RGB174215-
CMYK0.6000.640.84
HSL115.56º47.37%11.18%-
HSV(B)115.56º64.29%16.47%-
XYZ1.151.810.74-
YUV31.45118.72117.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 42 (16.80% from 255) = 56.76%
BLUE value IS 15 (6.25% from 255) = 20.27%
R=22.97%
G=56.76%
B=20.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1742150.6000.640.84115.5647.3711.18
Hex112AF3C04054742fb
Octal2152177401001241645713
Binary10001101010111111110001000000101010011101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,42,15); }

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

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

 a { background-color: rgb(17,42,15); }

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

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

 span { border-color: rgb(17,42,15); }

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