#0F3004

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

Shades of Myrtle #0F3004

Tints of Myrtle #0F3004

Color information

#0F3004 (or 0x0F3004) is unknown color: approx Myrtle. HEX triplet: 0F, 30 and 04. RGB value is (15,48,4). Sum of RGB (Red+Green+Blue) = 15+48+4=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 48 (19.14% from 255 or 71.64% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3004 is #F0CFFB. Grayscale: #212121. Windows color (decimal): -15781884 or 274447. OLE color: 274447.

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

Color convert

RGB15484-
CMYK0.6900.920.81
HSL105º84.62%10.2%-
HSV(B)105º91.67%18.82%-
XYZ1.282.220.48-
YUV33.12111.57115.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.39%
GREEN value IS 48 (19.14% from 255) = 71.64%
BLUE value IS 4 (1.95% from 255) = 5.97%
R=22.39%
G=71.64%
B=5.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal154840.6900.920.8110584.6210.2
HexF3044505C516955a
Octal17604105013412115112512
Binary11111100001001000101010111001010001110100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,48,4); }

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

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

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

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

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

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

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