#0F3019

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

Shades of Deep Fir #0F3019

Tints of Deep Fir #0F3019

Color information

#0F3019 (or 0x0F3019) is unknown color: approx Deep Fir. HEX triplet: 0F, 30 and 19. RGB value is (15,48,25). Sum of RGB (Red+Green+Blue) = 15+48+25=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3019 is #F0CFE6. Grayscale: #232323. Windows color (decimal): -15781863 or 1650703. OLE color: 1650703.

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

Color convert

RGB154825-
CMYK0.6900.480.81
HSL138.18º52.38%12.35%-
HSV(B)138.18º68.75%18.82%-
XYZ1.432.291.29-
YUV35.51122.07113.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.05%
GREEN value IS 48 (19.14% from 255) = 54.55%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=17.05%
G=54.55%
B=28.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548250.6900.480.81138.1852.3812.35
HexF301945030518a34c
Octal1760311050601212126414
Binary111111000011001100010101100001010001100010101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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