#12270F

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

Shades of Myrtle #12270F

Tints of Myrtle #12270F

Color information

#12270F (or 0x12270F) is unknown color: approx Myrtle. HEX triplet: 12, 27 and 0F. RGB value is (18,39,15). Sum of RGB (Red+Green+Blue) = 18+39+15=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 39 (15.62% from 255 or 54.17% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 39 - color contains mainly: green. Hex color #12270F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12270F is #EDD8F0. Grayscale: #1E1E1E. Windows color (decimal): -15587569 or 993042. OLE color: 993042.

HSL color Cylindrical-coordinate representation of color #12270F: hue angle of 112.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12270F is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB183915-
CMYK0.5400.620.85
HSL112.5º44.44%10.59%-
HSV(B)112.5º61.54%15.29%-
XYZ1.061.610.71-
YUV29.98119.54119.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 39 (15.62% from 255) = 54.17%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=25%
G=54.17%
B=20.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1839150.5400.620.85112.544.4410.59
Hex1227F3603E55702cb
Octal224717660761251605413
Binary1001010011111111101100111110101010111100001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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