#0F391E

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

Shades of Deep Fir #0F391E

Tints of Deep Fir #0F391E

Color information

#0F391E (or 0x0F391E) is unknown color: approx Deep Fir. HEX triplet: 0F, 39 and 1E. RGB value is (15,57,30). Sum of RGB (Red+Green+Blue) = 15+57+30=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #0F391E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F391E is #F0C6E1. Grayscale: #292929. Windows color (decimal): -15779554 or 1980687. OLE color: 1980687.

HSL color Cylindrical-coordinate representation of color #0F391E: hue angle of 141.43º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F391E is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB155730-
CMYK0.7400.470.78
HSL141.43º58.33%14.12%-
HSV(B)141.43º73.68%22.35%-
XYZ1.893.121.73-
YUV41.36121.59109.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.71%
GREEN value IS 57 (22.66% from 255) = 55.88%
BLUE value IS 30 (12.11% from 255) = 29.41%
R=14.71%
G=55.88%
B=29.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1557300.7400.470.78141.4358.3314.12
HexF391E4A02F4E8d3ae
Octal1771361120571162157216
Binary111111100111110100101001011111001110100011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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