#0F4021

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

Shades of Deep Fir #0F4021

Tints of Deep Fir #0F4021

Color information

#0F4021 (or 0x0F4021) is unknown color: approx Deep Fir. HEX triplet: 0F, 40 and 21. RGB value is (15,64,33). Sum of RGB (Red+Green+Blue) = 15+64+33=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4021 is #F0BFDE. Grayscale: #2D2D2D. Windows color (decimal): -15777759 or 2179087. OLE color: 2179087.

HSL color Cylindrical-coordinate representation of color #0F4021: hue angle of 142.04º 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 #0F4021 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB156433-
CMYK0.7700.480.75
HSL142.04º62.03%15.49%-
HSV(B)142.04º76.56%25.1%-
XYZ2.33.882.07-
YUV45.82120.77106.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.39%
GREEN value IS 64 (25.39% from 255) = 57.14%
BLUE value IS 33 (13.28% from 255) = 29.46%
R=13.39%
G=57.14%
B=29.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564330.7700.480.75142.0462.0315.49
HexF40214D0304B8e3ef
Octal17100411150601132167617
Binary11111000000100001100110101100001001011100011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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