#072B0C

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

Shades of Deep Fir #072B0C

Tints of Deep Fir #072B0C

Color information

#072B0C (or 0x072B0C) is unknown color: approx Deep Fir. HEX triplet: 07, 2B and 0C. RGB value is (7,43,12). Sum of RGB (Red+Green+Blue) = 7+43+12=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 43 (17.19% from 255 or 69.35% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 43 - color contains mainly: green. Hex color #072B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072B0C is #F8D4F3. Grayscale: #1C1C1C. Windows color (decimal): -16307444 or 797447. OLE color: 797447.

HSL color Cylindrical-coordinate representation of color #072B0C: hue angle of 128.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 #072B0C is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.83.

Color convert

RGB74312-
CMYK0.8400.720.83
HSL128.33º72%9.8%-
HSV(B)128.33º83.72%16.86%-
XYZ1.021.80.64-
YUV28.7118.57112.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.29%
GREEN value IS 43 (17.19% from 255) = 69.35%
BLUE value IS 12 (5.08% from 255) = 19.35%
R=11.29%
G=69.35%
B=19.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal743120.8400.720.83128.33729.8
Hex72BC54048538048a
Octal75314124011012320011012
Binary111101011110010101000100100010100111000000010010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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