#072D14

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

Shades of Deep Fir #072D14

Tints of Deep Fir #072D14

Color information

#072D14 (or 0x072D14) is unknown color: approx Deep Fir. HEX triplet: 07, 2D and 14. RGB value is (7,45,20). Sum of RGB (Red+Green+Blue) = 7+45+20=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 45 (17.97% from 255 or 62.5% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 45 - color contains mainly: green. Hex color #072D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072D14 is #F8D2EB. Grayscale: #1E1E1E. Windows color (decimal): -16306924 or 1322247. OLE color: 1322247.

HSL color Cylindrical-coordinate representation of color #072D14: hue angle of 140.53º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #072D14 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.82.

Color convert

RGB74520-
CMYK0.8400.560.82
HSL140.53º73.08%10.2%-
HSV(B)140.53º84.44%17.65%-
XYZ1.151.970.98-
YUV30.79121.91111.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.72%
GREEN value IS 45 (17.97% from 255) = 62.5%
BLUE value IS 20 (8.20% from 255) = 27.78%
R=9.72%
G=62.5%
B=27.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal745200.8400.560.82140.5373.0810.2
Hex72D1454038528d49a
Octal7552412407012221511112
Binary111101101101001010100011100010100101000110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,45,20); }

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

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

 a { background-color: rgb(7,45,20); }

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

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

 span { border-color: rgb(7,45,20); }

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