#0F2D1A

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

Shades of Deep Fir #0F2D1A

Tints of Deep Fir #0F2D1A

Color information

#0F2D1A (or 0x0F2D1A) is unknown color: approx Deep Fir. HEX triplet: 0F, 2D and 1A. RGB value is (15,45,26). Sum of RGB (Red+Green+Blue) = 15+45+26=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 45 (17.97% from 255 or 52.33% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 45 - color contains mainly: green. Hex color #0F2D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2D1A is #F0D2E5. Grayscale: #212121. Windows color (decimal): -15782630 or 1715471. OLE color: 1715471.

HSL color Cylindrical-coordinate representation of color #0F2D1A: hue angle of 142º 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 #0F2D1A is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.82.

Color convert

RGB154526-
CMYK0.6700.420.82
HSL142º50%11.76%-
HSV(B)142º66.67%17.65%-
XYZ1.322.051.3-
YUV33.86123.56114.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.44%
GREEN value IS 45 (17.97% from 255) = 52.33%
BLUE value IS 26 (10.55% from 255) = 30.23%
R=17.44%
G=52.33%
B=30.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1545260.6700.420.821425011.76
HexF2D1A4302A528e32c
Octal1755321030521222166214
Binary111110110111010100001101010101010010100011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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