#112F03

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

Shades of Myrtle #112F03

Tints of Myrtle #112F03

Color information

#112F03 (or 0x112F03) is unknown color: approx Myrtle. HEX triplet: 11, 2F and 03. RGB value is (17,47,3). Sum of RGB (Red+Green+Blue) = 17+47+3=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 47 (18.75% from 255 or 70.15% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 47 - color contains mainly: green. Hex color #112F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112F03 is #EED0FC. Grayscale: #212121. Windows color (decimal): -15651069 or 208657. OLE color: 208657.

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

Color convert

RGB17473-
CMYK0.6400.940.82
HSL100.91º88%9.8%-
HSV(B)100.91º93.62%18.43%-
XYZ1.262.160.44-
YUV33.01111.06116.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 47 (18.75% from 255) = 70.15%
BLUE value IS 3 (1.56% from 255) = 4.48%
R=25.37%
G=70.15%
B=4.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal174730.6400.940.82100.91889.8
Hex112F34005E526558a
Octal21573100013612214513012
Binary10001101111111000000010111101010010110010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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