#0F2D15

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

Shades of Deep Fir #0F2D15

Tints of Deep Fir #0F2D15

Color information

#0F2D15 (or 0x0F2D15) is unknown color: approx Deep Fir. HEX triplet: 0F, 2D and 15. RGB value is (15,45,21). Sum of RGB (Red+Green+Blue) = 15+45+21=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 45 (17.97% from 255 or 55.56% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 45 - color contains mainly: green. Hex color #0F2D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2D15 is #F0D2EA. Grayscale: #212121. Windows color (decimal): -15782635 or 1387791. OLE color: 1387791.

HSL color Cylindrical-coordinate representation of color #0F2D15: hue angle of 132º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F2D15 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.82.

Color convert

RGB154521-
CMYK0.6700.530.82
HSL132º50%11.76%-
HSV(B)132º66.67%17.65%-
XYZ1.272.031.03-
YUV33.29121.06114.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.52%
GREEN value IS 45 (17.97% from 255) = 55.56%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=18.52%
G=55.56%
B=25.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1545210.6700.530.821325011.76
HexF2D1543035528432c
Octal1755251030651222046214
Binary111110110110101100001101101011010010100001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,45,21); }

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

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

 a { background-color: rgb(15,45,21); }

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

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

 span { border-color: rgb(15,45,21); }

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