#0F3014

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

Shades of Deep Fir #0F3014

Tints of Deep Fir #0F3014

Color information

#0F3014 (or 0x0F3014) is unknown color: approx Deep Fir. HEX triplet: 0F, 30 and 14. RGB value is (15,48,20). Sum of RGB (Red+Green+Blue) = 15+48+20=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 48 (19.14% from 255 or 57.83% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3014 is #F0CFEB. Grayscale: #232323. Windows color (decimal): -15781868 or 1323023. OLE color: 1323023.

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

Color convert

RGB154820-
CMYK0.6900.580.81
HSL129.09º52.38%12.35%-
HSV(B)129.09º68.75%18.82%-
XYZ1.382.271.03-
YUV34.94119.57113.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.07%
GREEN value IS 48 (19.14% from 255) = 57.83%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=18.07%
G=57.83%
B=24.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548200.6900.580.81129.0952.3812.35
HexF30144503A518134c
Octal1760241050721212016414
Binary111111000010100100010101110101010001100000011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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