#122B10

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

Shades of Myrtle #122B10

Tints of Myrtle #122B10

Color information

#122B10 (or 0x122B10) is unknown color: approx Myrtle. HEX triplet: 12, 2B and 10. RGB value is (18,43,16). Sum of RGB (Red+Green+Blue) = 18+43+16=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 43 (17.19% from 255 or 55.84% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 43 - color contains mainly: green. Hex color #122B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122B10 is #EDD4EF. Grayscale: #202020. Windows color (decimal): -15586544 or 1059602. OLE color: 1059602.

HSL color Cylindrical-coordinate representation of color #122B10: hue angle of 115.56º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #122B10 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.83.

Color convert

RGB184316-
CMYK0.5800.630.83
HSL115.56º45.76%11.57%-
HSV(B)115.56º62.79%16.86%-
XYZ1.211.890.79-
YUV32.45118.72117.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.38%
GREEN value IS 43 (17.19% from 255) = 55.84%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=23.38%
G=55.84%
B=20.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1843160.5800.630.83115.5645.7611.57
Hex122B103A03F53742ec
Octal225320720771231645614
Binary10010101011100001110100111111101001111101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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