#12200F

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

Shades of Myrtle #12200F

Tints of Myrtle #12200F

Color information

#12200F (or 0x12200F) is unknown color: approx Myrtle. HEX triplet: 12, 20 and 0F. RGB value is (18,32,15). Sum of RGB (Red+Green+Blue) = 18+32+15=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 32 (12.89% from 255 or 49.23% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 32 - color contains mainly: green. Hex color #12200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12200F is #EDDFF0. Grayscale: #191919. Windows color (decimal): -15589361 or 991250. OLE color: 991250.

HSL color Cylindrical-coordinate representation of color #12200F: hue angle of 109.41º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #12200F is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB183215-
CMYK0.4400.530.87
HSL109.41º36.17%9.22%-
HSV(B)109.41º53.12%12.55%-
XYZ0.851.20.64-
YUV25.88121.86122.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.69%
GREEN value IS 32 (12.89% from 255) = 49.23%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=27.69%
G=49.23%
B=23.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1832150.4400.530.87109.4136.179.22
Hex1220F2C035576d249
Octal224017540651271554411
Binary1001010000011111011000110101101011111011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12200F; }

 p { color: rgb(18,32,15); }

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

<style>
 a { background-color: #12200F; }

 a { background-color: rgb(18,32,15); }

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

<style>
 span { border-color: #12200F; }

 span { border-color: rgb(18,32,15); }

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