#0F260F

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

Shades of Myrtle #0F260F

Tints of Myrtle #0F260F

Color information

#0F260F (or 0x0F260F) is unknown color: approx Myrtle. HEX triplet: 0F, 26 and 0F. RGB value is (15,38,15). Sum of RGB (Red+Green+Blue) = 15+38+15=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 38 (15.23% from 255 or 55.88% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 38 - color contains mainly: green. Hex color #0F260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F260F is #F0D9F0. Grayscale: #1C1C1C. Windows color (decimal): -15784433 or 992783. OLE color: 992783.

HSL color Cylindrical-coordinate representation of color #0F260F: hue angle of 120º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F260F is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB153815-
CMYK0.6100.610.85
HSL120º43.4%10.39%-
HSV(B)120º60.53%14.9%-
XYZ0.981.520.69-
YUV28.5120.38118.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.06%
GREEN value IS 38 (15.23% from 255) = 55.88%
BLUE value IS 15 (6.25% from 255) = 22.06%
R=22.06%
G=55.88%
B=22.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1538150.6100.610.8512043.410.39
HexF26F3D03D55782ba
Octal174617750751251705312
Binary111110011011111111010111101101010111110001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,38,15); }

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

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

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

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

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

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

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