#0F3102

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

Shades of Myrtle #0F3102

Tints of Myrtle #0F3102

Color information

#0F3102 (or 0x0F3102) is unknown color: approx Myrtle. HEX triplet: 0F, 31 and 02. RGB value is (15,49,2). Sum of RGB (Red+Green+Blue) = 15+49+2=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 49 (19.53% from 255 or 74.24% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3102 is #F0CEFD. Grayscale: #212121. Windows color (decimal): -15781630 or 143631. OLE color: 143631.

HSL color Cylindrical-coordinate representation of color #0F3102: hue angle of 103.4º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F3102 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB15492-
CMYK0.6900.960.81
HSL103.4º92.16%10%-
HSV(B)103.4º95.92%19.22%-
XYZ1.312.30.43-
YUV33.48110.24114.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.73%
GREEN value IS 49 (19.53% from 255) = 74.24%
BLUE value IS 2 (1.17% from 255) = 3.03%
R=22.73%
G=74.24%
B=3.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal154920.6900.960.81103.492.1610
HexF3124506051675ca
Octal17612105014012114713412
Binary1111110001101000101011000001010001110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,49,2); }

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

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

 a { background-color: rgb(15,49,2); }

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

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

 span { border-color: rgb(15,49,2); }

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