#122F14

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

Shades of Myrtle #122F14

Tints of Myrtle #122F14

Color information

#122F14 (or 0x122F14) is unknown color: approx Myrtle. HEX triplet: 12, 2F and 14. RGB value is (18,47,20). Sum of RGB (Red+Green+Blue) = 18+47+20=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 47 (18.75% from 255 or 55.29% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 47 - color contains mainly: green. Hex color #122F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122F14 is #EDD0EB. Grayscale: #232323. Windows color (decimal): -15585516 or 1322770. OLE color: 1322770.

HSL color Cylindrical-coordinate representation of color #122F14: hue angle of 124.14º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122F14 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.

Color convert

RGB184720-
CMYK0.6200.570.82
HSL124.14º44.62%12.75%-
HSV(B)124.14º61.7%18.43%-
XYZ1.392.211.02-
YUV35.25119.39115.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 47 (18.75% from 255) = 55.29%
BLUE value IS 20 (8.20% from 255) = 23.53%
R=21.18%
G=55.29%
B=23.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1847200.6200.570.82124.1444.6212.75
Hex122F143E039527c2dd
Octal225724760711221745515
Binary10010101111101001111100111001101001011111001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122F14; }

 p { color: rgb(18,47,20); }

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

<style>
 a { background-color: #122F14; }

 a { background-color: rgb(18,47,20); }

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

<style>
 span { border-color: #122F14; }

 span { border-color: rgb(18,47,20); }

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