#072B12

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

Shades of Deep Fir #072B12

Tints of Deep Fir #072B12

Color information

#072B12 (or 0x072B12) is unknown color: approx Deep Fir. HEX triplet: 07, 2B and 12. RGB value is (7,43,18). Sum of RGB (Red+Green+Blue) = 7+43+18=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 43 (17.19% from 255 or 63.24% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 43 - color contains mainly: green. Hex color #072B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072B12 is #F8D4ED. Grayscale: #1D1D1D. Windows color (decimal): -16307438 or 1190663. OLE color: 1190663.

HSL color Cylindrical-coordinate representation of color #072B12: hue angle of 138.33º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #072B12 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.83.

Color convert

RGB74318-
CMYK0.8400.580.83
HSL138.33º72%9.8%-
HSV(B)138.33º83.72%16.86%-
XYZ1.061.820.87-
YUV29.39121.57112.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.29%
GREEN value IS 43 (17.19% from 255) = 63.24%
BLUE value IS 18 (7.42% from 255) = 26.47%
R=10.29%
G=63.24%
B=26.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal743180.8400.580.83138.33729.8
Hex72B125403A538a48a
Octal7532212407212321211012
Binary111101011100101010100011101010100111000101010010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072B12; }

 p { color: rgb(7,43,18); }

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

<style>
 a { background-color: #072B12; }

 a { background-color: rgb(7,43,18); }

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

<style>
 span { border-color: #072B12; }

 span { border-color: rgb(7,43,18); }

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