#0F2A10

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

Shades of Myrtle #0F2A10

Tints of Myrtle #0F2A10

Color information

#0F2A10 (or 0x0F2A10) is unknown color: approx Myrtle. HEX triplet: 0F, 2A and 10. RGB value is (15,42,16). Sum of RGB (Red+Green+Blue) = 15+42+16=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 42 (16.80% from 255 or 57.53% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 42 - color contains mainly: green. Hex color #0F2A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2A10 is #F0D5EF. Grayscale: #1F1F1F. Windows color (decimal): -15783408 or 1059343. OLE color: 1059343.

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

Color convert

RGB154216-
CMYK0.6400.620.84
HSL122.22º47.37%11.18%-
HSV(B)122.22º64.29%16.47%-
XYZ1.121.790.78-
YUV30.96119.55116.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.55%
GREEN value IS 42 (16.80% from 255) = 57.53%
BLUE value IS 16 (6.64% from 255) = 21.92%
R=20.55%
G=57.53%
B=21.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1542160.6400.620.84122.2247.3711.18
HexF2A104003E547a2fb
Octal1752201000761241725713
Binary11111010101000010000000111110101010011110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F2A10; }

 p { color: rgb(15,42,16); }

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

<style>
 a { background-color: #0F2A10; }

 a { background-color: rgb(15,42,16); }

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

<style>
 span { border-color: #0F2A10; }

 span { border-color: rgb(15,42,16); }

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