#072C10

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

Shades of Deep Fir #072C10

Tints of Deep Fir #072C10

Color information

#072C10 (or 0x072C10) is unknown color: approx Deep Fir. HEX triplet: 07, 2C and 10. RGB value is (7,44,16). Sum of RGB (Red+Green+Blue) = 7+44+16=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 44 (17.58% from 255 or 65.67% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 44 - color contains mainly: green. Hex color #072C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072C10 is #F8D3EF. Grayscale: #1D1D1D. Windows color (decimal): -16307184 or 1059847. OLE color: 1059847.

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

Color convert

RGB74416-
CMYK0.8400.640.83
HSL134.59º72.55%10%-
HSV(B)134.59º84.09%17.25%-
XYZ1.081.880.8-
YUV29.74120.24111.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.45%
GREEN value IS 44 (17.58% from 255) = 65.67%
BLUE value IS 16 (6.64% from 255) = 23.88%
R=10.45%
G=65.67%
B=23.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal744160.8400.640.83134.5972.5510
Hex72C1054040538749a
Octal75420124010012320711112
Binary1111011001000010101000100000010100111000011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,44,16); }

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

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

 a { background-color: rgb(7,44,16); }

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

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

 span { border-color: rgb(7,44,16); }

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