#0F4122

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

Shades of Deep Fir #0F4122

Tints of Deep Fir #0F4122

Color information

#0F4122 (or 0x0F4122) is unknown color: approx Deep Fir. HEX triplet: 0F, 41 and 22. RGB value is (15,65,34). Sum of RGB (Red+Green+Blue) = 15+65+34=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4122 is #F0BEDD. Grayscale: #2E2E2E. Windows color (decimal): -15777502 or 2244879. OLE color: 2244879.

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

Color convert

RGB156534-
CMYK0.7700.480.75
HSL142.8º62.5%15.69%-
HSV(B)142.8º76.92%25.49%-
XYZ2.3842.16-
YUV46.52120.94105.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.16%
GREEN value IS 65 (25.78% from 255) = 57.02%
BLUE value IS 34 (13.67% from 255) = 29.82%
R=13.16%
G=57.02%
B=29.82%

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
Decimal1565340.7700.480.75142.862.515.69
HexF41224D0304B8f3e10
Octal17101421150601132177620
Binary111110000011000101001101011000010010111000111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,65,34); }

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

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

 a { background-color: rgb(15,65,34); }

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

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

 span { border-color: rgb(15,65,34); }

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