#12240F

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

Shades of Myrtle #12240F

Tints of Myrtle #12240F

Color information

#12240F (or 0x12240F) is unknown color: approx Myrtle. HEX triplet: 12, 24 and 0F. RGB value is (18,36,15). Sum of RGB (Red+Green+Blue) = 18+36+15=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 36 (14.45% from 255 or 52.17% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 36 - color contains mainly: green. Hex color #12240F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12240F is #EDDBF0. Grayscale: #1C1C1C. Windows color (decimal): -15588337 or 992274. OLE color: 992274.

HSL color Cylindrical-coordinate representation of color #12240F: hue angle of 111.43º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #12240F is Cyan = 0.5, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB183615-
CMYK0.500.580.86
HSL111.43º41.18%10%-
HSV(B)111.43º58.33%14.12%-
XYZ0.971.420.68-
YUV28.22120.54120.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 36 (14.45% from 255) = 52.17%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=26.09%
G=52.17%
B=21.74%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1836150.500.580.86111.4341.1810
Hex1224F3203A566f29a
Octal224417620721261575112
Binary1001010010011111100100111010101011011011111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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