#0F351E

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

Shades of Deep Fir #0F351E

Tints of Deep Fir #0F351E

Color information

#0F351E (or 0x0F351E) is unknown color: approx Deep Fir. HEX triplet: 0F, 35 and 1E. RGB value is (15,53,30). Sum of RGB (Red+Green+Blue) = 15+53+30=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #0F351E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F351E is #F0CAE1. Grayscale: #272727. Windows color (decimal): -15780578 or 1979663. OLE color: 1979663.

HSL color Cylindrical-coordinate representation of color #0F351E: hue angle of 143.68º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F351E is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB155330-
CMYK0.7200.430.79
HSL143.68º55.88%13.33%-
HSV(B)143.68º71.7%20.78%-
XYZ1.72.741.67-
YUV39.02122.91110.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.31%
GREEN value IS 53 (21.09% from 255) = 54.08%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=15.31%
G=54.08%
B=30.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1553300.7200.430.79143.6855.8813.33
HexF351E4802B4F9038d
Octal1765361100531172207015
Binary111111010111110100100001010111001111100100001110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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