#0F401E

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

Shades of Deep Fir #0F401E

Tints of Deep Fir #0F401E

Color information

#0F401E (or 0x0F401E) is unknown color: approx Deep Fir. HEX triplet: 0F, 40 and 1E. RGB value is (15,64,30). Sum of RGB (Red+Green+Blue) = 15+64+30=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #0F401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F401E is #F0BFE1. Grayscale: #2D2D2D. Windows color (decimal): -15777762 or 1982479. OLE color: 1982479.

HSL color Cylindrical-coordinate representation of color #0F401E: hue angle of 138.37º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F401E is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB156430-
CMYK0.7700.530.75
HSL138.37º62.03%15.49%-
HSV(B)138.37º76.56%25.1%-
XYZ2.263.861.85-
YUV45.47119.27106.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.76%
GREEN value IS 64 (25.39% from 255) = 58.72%
BLUE value IS 30 (12.11% from 255) = 27.52%
R=13.76%
G=58.72%
B=27.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564300.7700.530.75138.3762.0315.49
HexF401E4D0354B8a3ef
Octal17100361150651132127617
Binary1111100000011110100110101101011001011100010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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