#0F481E

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

Shades of Deep Fir #0F481E

Tints of Deep Fir #0F481E

Color information

#0F481E (or 0x0F481E) is unknown color: approx Deep Fir. HEX triplet: 0F, 48 and 1E. RGB value is (15,72,30). Sum of RGB (Red+Green+Blue) = 15+72+30=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #0F481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F481E is #F0B7E1. Grayscale: #323232. Windows color (decimal): -15775714 or 1984527. OLE color: 1984527.

HSL color Cylindrical-coordinate representation of color #0F481E: hue angle of 135.79º 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 #0F481E is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB157230-
CMYK0.7900.580.72
HSL135.79º65.52%17.06%-
HSV(B)135.79º79.17%28.24%-
XYZ2.754.832.02-
YUV50.17116.62102.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.82%
GREEN value IS 72 (28.52% from 255) = 61.54%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=12.82%
G=61.54%
B=25.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1572300.7900.580.72135.7965.5217.06
HexF481E4F03A48884211
Octal171103611707211021010221
Binary111110010001111010011110111010100100010001000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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