#0F301A

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

Shades of Deep Fir #0F301A

Tints of Deep Fir #0F301A

Color information

#0F301A (or 0x0F301A) is unknown color: approx Deep Fir. HEX triplet: 0F, 30 and 1A. RGB value is (15,48,26). Sum of RGB (Red+Green+Blue) = 15+48+26=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #0F301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F301A is #F0CFE5. Grayscale: #232323. Windows color (decimal): -15781862 or 1716239. OLE color: 1716239.

HSL color Cylindrical-coordinate representation of color #0F301A: hue angle of 140º 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 #0F301A is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB154826-
CMYK0.6900.460.81
HSL140º52.38%12.35%-
HSV(B)140º68.75%18.82%-
XYZ1.442.291.34-
YUV35.62122.57113.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.85%
GREEN value IS 48 (19.14% from 255) = 53.93%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=16.85%
G=53.93%
B=29.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548260.6900.460.8114052.3812.35
HexF301A4502E518c34c
Octal1760321050561212146414
Binary111111000011010100010101011101010001100011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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