#0F2B10

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

Shades of Myrtle #0F2B10

Tints of Myrtle #0F2B10

Color information

#0F2B10 (or 0x0F2B10) is unknown color: approx Myrtle. HEX triplet: 0F, 2B and 10. RGB value is (15,43,16). Sum of RGB (Red+Green+Blue) = 15+43+16=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 43 (17.19% from 255 or 58.11% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 43 - color contains mainly: green. Hex color #0F2B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2B10 is #F0D4EF. Grayscale: #1F1F1F. Windows color (decimal): -15783152 or 1059599. OLE color: 1059599.

HSL color Cylindrical-coordinate representation of color #0F2B10: hue angle of 122.14º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F2B10 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.83.

Color convert

RGB154316-
CMYK0.6500.630.83
HSL122.14º48.28%11.37%-
HSV(B)122.14º65.12%16.86%-
XYZ1.151.870.79-
YUV31.55119.22116.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.27%
GREEN value IS 43 (17.19% from 255) = 58.11%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=20.27%
G=58.11%
B=21.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1543160.6500.630.83122.1448.2811.37
HexF2B104103F537a30b
Octal1753201010771231726013
Binary11111010111000010000010111111101001111110101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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