#0F2A17

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

Shades of Deep Fir #0F2A17

Tints of Deep Fir #0F2A17

Color information

#0F2A17 (or 0x0F2A17) is unknown color: approx Deep Fir. HEX triplet: 0F, 2A and 17. RGB value is (15,42,23). Sum of RGB (Red+Green+Blue) = 15+42+23=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 42 (16.80% from 255 or 52.5% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 42 - color contains mainly: green. Hex color #0F2A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2A17 is #F0D5E8. Grayscale: #1F1F1F. Windows color (decimal): -15783401 or 1518095. OLE color: 1518095.

HSL color Cylindrical-coordinate representation of color #0F2A17: hue angle of 137.78º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0F2A17 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB154223-
CMYK0.6400.450.84
HSL137.78º47.37%11.18%-
HSV(B)137.78º64.29%16.47%-
XYZ1.181.821.1-
YUV31.76123.05116.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.75%
GREEN value IS 42 (16.80% from 255) = 52.5%
BLUE value IS 23 (9.38% from 255) = 28.75%
R=18.75%
G=52.5%
B=28.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1542230.6400.450.84137.7847.3711.18
HexF2A174002D548a2fb
Octal1752271000551242125713
Binary111110101010111100000001011011010100100010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,42,23); }

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

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

 a { background-color: rgb(15,42,23); }

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

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

 span { border-color: rgb(15,42,23); }

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