#0F481F

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

Shades of Deep Fir #0F481F

Tints of Deep Fir #0F481F

Color information

#0F481F (or 0x0F481F) is unknown color: approx Deep Fir. HEX triplet: 0F, 48 and 1F. RGB value is (15,72,31). Sum of RGB (Red+Green+Blue) = 15+72+31=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #0F481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F481F is #F0B7E0. Grayscale: #323232. Windows color (decimal): -15775713 or 2050063. OLE color: 2050063.

HSL color Cylindrical-coordinate representation of color #0F481F: hue angle of 136.84º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F481F is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB157231-
CMYK0.7900.570.72
HSL136.84º65.52%17.06%-
HSV(B)136.84º79.17%28.24%-
XYZ2.764.842.08-
YUV50.28117.12102.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.71%
GREEN value IS 72 (28.52% from 255) = 61.02%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=12.71%
G=61.02%
B=26.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1572310.7900.570.72136.8465.5217.06
HexF481F4F03948894211
Octal171103711707111021110221
Binary111110010001111110011110111001100100010001001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,72,31); }

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

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

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

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

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

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

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