#0F4121

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

Shades of Deep Fir #0F4121

Tints of Deep Fir #0F4121

Color information

#0F4121 (or 0x0F4121) is unknown color: approx Deep Fir. HEX triplet: 0F, 41 and 21. RGB value is (15,65,33). Sum of RGB (Red+Green+Blue) = 15+65+33=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4121 is #F0BEDE. Grayscale: #2E2E2E. Windows color (decimal): -15777503 or 2179343. OLE color: 2179343.

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

Color convert

RGB156533-
CMYK0.7700.490.75
HSL141.6º62.5%15.69%-
HSV(B)141.6º76.92%25.49%-
XYZ2.363.992.08-
YUV46.4120.44105.6-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.27%
GREEN value IS 65 (25.78% from 255) = 57.52%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=13.27%
G=57.52%
B=29.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565330.7700.490.75141.662.515.69
HexF41214D0314B8e3e10
Octal17101411150611132167620
Binary111110000011000011001101011000110010111000111011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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