#0F481B

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

Shades of Deep Fir #0F481B

Tints of Deep Fir #0F481B

Color information

#0F481B (or 0x0F481B) is unknown color: approx Deep Fir. HEX triplet: 0F, 48 and 1B. RGB value is (15,72,27). Sum of RGB (Red+Green+Blue) = 15+72+27=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 72 (28.52% from 255 or 63.16% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 72 - color contains mainly: green. Hex color #0F481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F481B is #F0B7E4. Grayscale: #313131. Windows color (decimal): -15775717 or 1787919. OLE color: 1787919.

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

Color convert

RGB157227-
CMYK0.7900.620.72
HSL132.63º65.52%17.06%-
HSV(B)132.63º79.17%28.24%-
XYZ2.714.821.82-
YUV49.83115.12103.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.16%
GREEN value IS 72 (28.52% from 255) = 63.16%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=13.16%
G=63.16%
B=23.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1572270.7900.620.72132.6365.5217.06
HexF481B4F03E48854211
Octal171103311707611020510221
Binary111110010001101110011110111110100100010000101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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