#0F4C1B

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

Shades of Deep Fir #0F4C1B

Tints of Deep Fir #0F4C1B

Color information

#0F4C1B (or 0x0F4C1B) is unknown color: approx Deep Fir. HEX triplet: 0F, 4C and 1B. RGB value is (15,76,27). Sum of RGB (Red+Green+Blue) = 15+76+27=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 76 (30.08% from 255 or 64.41% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4C1B is #F0B3E4. Grayscale: #343434. Windows color (decimal): -15774693 or 1788943. OLE color: 1788943.

HSL color Cylindrical-coordinate representation of color #0F4C1B: hue angle of 131.8º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4C1B is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB157627-
CMYK0.8000.640.70
HSL131.8º67.03%17.84%-
HSV(B)131.8º80.26%29.8%-
XYZ2.985.351.91-
YUV52.18113.79101.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.71%
GREEN value IS 76 (30.08% from 255) = 64.41%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=12.71%
G=64.41%
B=22.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1576270.8000.640.70131.867.0317.84
HexF4C1B5004046844312
Octal1711433120010010620410322
Binary1111100110011011101000001000000100011010000100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,76,27); }

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

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

 a { background-color: rgb(15,76,27); }

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

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

 span { border-color: rgb(15,76,27); }

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