#072B0B

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

Shades of Deep Fir #072B0B

Tints of Deep Fir #072B0B

Color information

#072B0B (or 0x072B0B) is unknown color: approx Deep Fir. HEX triplet: 07, 2B and 0B. RGB value is (7,43,11). Sum of RGB (Red+Green+Blue) = 7+43+11=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 43 (17.19% from 255 or 70.49% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 43 - color contains mainly: green. Hex color #072B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072B0B is #F8D4F4. Grayscale: #1C1C1C. Windows color (decimal): -16307445 or 731911. OLE color: 731911.

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

Color convert

RGB74311-
CMYK0.8400.740.83
HSL126.67º72%9.8%-
HSV(B)126.67º83.72%16.86%-
XYZ1.011.80.61-
YUV28.59118.07112.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.48%
GREEN value IS 43 (17.19% from 255) = 70.49%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=11.48%
G=70.49%
B=18.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal743110.8400.740.83126.67729.8
Hex72BB5404A537f48a
Octal75313124011212317711012
Binary11110101110111010100010010101010011111111110010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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