#122F13

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

Shades of Myrtle #122F13

Tints of Myrtle #122F13

Color information

#122F13 (or 0x122F13) is unknown color: approx Myrtle. HEX triplet: 12, 2F and 13. RGB value is (18,47,19). Sum of RGB (Red+Green+Blue) = 18+47+19=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 47 (18.75% from 255 or 55.95% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 47 - color contains mainly: green. Hex color #122F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122F13 is #EDD0EC. Grayscale: #232323. Windows color (decimal): -15585517 or 1257234. OLE color: 1257234.

HSL color Cylindrical-coordinate representation of color #122F13: hue angle of 122.07º 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 #122F13 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.82.

Color convert

RGB184719-
CMYK0.6200.600.82
HSL122.07º44.62%12.75%-
HSV(B)122.07º61.7%18.43%-
XYZ1.382.210.97-
YUV35.14118.89115.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 47 (18.75% from 255) = 55.95%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=21.43%
G=55.95%
B=22.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1847190.6200.600.82122.0744.6212.75
Hex122F133E03C527a2dd
Octal225723760741221725515
Binary10010101111100111111100111100101001011110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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