#12280F

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

Shades of Myrtle #12280F

Tints of Myrtle #12280F

Color information

#12280F (or 0x12280F) is unknown color: approx Myrtle. HEX triplet: 12, 28 and 0F. RGB value is (18,40,15). Sum of RGB (Red+Green+Blue) = 18+40+15=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 40 (16.02% from 255 or 54.79% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 40 - color contains mainly: green. Hex color #12280F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12280F is #EDD7F0. Grayscale: #1E1E1E. Windows color (decimal): -15587313 or 993298. OLE color: 993298.

HSL color Cylindrical-coordinate representation of color #12280F: hue angle of 112.8º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12280F is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB184015-
CMYK0.5500.620.84
HSL112.8º45.45%10.78%-
HSV(B)112.8º62.5%15.69%-
XYZ1.091.680.72-
YUV30.57119.21119.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.66%
GREEN value IS 40 (16.02% from 255) = 54.79%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=24.66%
G=54.79%
B=20.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1840150.5500.620.84112.845.4510.78
Hex1228F3703E54712db
Octal225017670761241615513
Binary1001010100011111101110111110101010011100011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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