#072F10

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

Shades of Deep Fir #072F10

Tints of Deep Fir #072F10

Color information

#072F10 (or 0x072F10) is unknown color: approx Deep Fir. HEX triplet: 07, 2F and 10. RGB value is (7,47,16). Sum of RGB (Red+Green+Blue) = 7+47+16=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 47 (18.75% from 255 or 67.14% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 47 - color contains mainly: green. Hex color #072F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072F10 is #F8D0EF. Grayscale: #1F1F1F. Windows color (decimal): -16306416 or 1060615. OLE color: 1060615.

HSL color Cylindrical-coordinate representation of color #072F10: hue angle of 133.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #072F10 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.82.

Color convert

RGB74716-
CMYK0.8500.660.82
HSL133.5º74.07%10.59%-
HSV(B)133.5º85.11%18.43%-
XYZ1.22.120.84-
YUV31.51119.25110.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10%
GREEN value IS 47 (18.75% from 255) = 67.14%
BLUE value IS 16 (6.64% from 255) = 22.86%
R=10%
G=67.14%
B=22.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal747160.8500.660.82133.574.0710.59
Hex72F105504252864ab
Octal75720125010212220611213
Binary1111011111000010101010100001010100101000011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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