#112D01

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

Shades of Myrtle #112D01

Tints of Myrtle #112D01

Color information

#112D01 (or 0x112D01) is unknown color: approx Myrtle. HEX triplet: 11, 2D and 01. RGB value is (17,45,1). Sum of RGB (Red+Green+Blue) = 17+45+1=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 45 (17.97% from 255 or 71.43% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 45 - color contains mainly: green. Hex color #112D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112D01 is #EED2FE. Grayscale: #1F1F1F. Windows color (decimal): -15651583 or 77073. OLE color: 77073.

HSL color Cylindrical-coordinate representation of color #112D01: hue angle of 98.18º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #112D01 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.82.

Color convert

RGB17451-
CMYK0.6200.980.82
HSL98.18º95.65%9.02%-
HSV(B)98.18º97.78%17.65%-
XYZ1.1820.35-
YUV31.61110.72117.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.98%
GREEN value IS 45 (17.97% from 255) = 71.43%
BLUE value IS 1 (0.78% from 255) = 1.59%
R=26.98%
G=71.43%
B=1.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal174510.6200.980.8298.1895.659.02
Hex112D13E0625262609
Octal2155176014212214214011
Binary100011011011111110011000101010010110001011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,45,1); }

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

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

 a { background-color: rgb(17,45,1); }

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

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

 span { border-color: rgb(17,45,1); }

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