Html Css Color HEX #112B12 Myrtle

📋 copy color: '#112B12'

red 17 ◦ green 43 ◦ blue 18

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

Shades of Myrtle #112B12

Tints of Myrtle #112B12

RGB

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

 GREEN value IS 43 (17.19% from 255) = 55.13%

 BLUE value IS 18 (7.42% from 255) = 23.08%

R = 21.79%
G = 55.13%
B = 23.08%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.58

 K value IS 0.83

RGB Variations

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

Color information

#112B12 (or 0x112B12) is known color: Myrtle. HEX triplet: 11, 2B and 12. RGB value is (17,43,18). Sum of RGB (Red+Green+Blue) = 17+43+18=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 43 (17.19% from 255 or 55.13% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 43 - color contains mainly: green. Hex color #112B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112B12 is #EED4ED. Grayscale: #202020. Windows color (decimal): -15652078 or 1190673. OLE color: 1190673.

HSL color Cylindrical-coordinate representation of color #112B12: hue angle of 122.31º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112B12 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 43 18 -
CMYK 0.60 0 0.58 0.83
HSL 122.31º 0.43% 0.12% -
HSV(B) 122.31º 0.6% 0.17% -
XYZ 1.2 1.89 0.87 -
YUV 32.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 17 43 18 0.60 0 0.58 0.83 122.31 0.43 0.12
Hex 11 2B 12 3C 0 3A 53 7A 2B C
Octal 21 53 22 74 0 72 123 172 53 14
Binary 10001 101011 10010 111100 0 111010 1010011 1111010 101011 1100

Color Harmonies of #112B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B12

Black with #112B12

Text Example


Text Example

White with #112B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,43,18); }

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

background-color css

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

 a { background-color: rgb(17,43,18); }

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

border-color css

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

 span { border-color: rgb(17,43,18); }

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