#072F15

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

Shades of Deep Fir #072F15

Tints of Deep Fir #072F15

Color information

#072F15 (or 0x072F15) is unknown color: approx Deep Fir. HEX triplet: 07, 2F and 15. RGB value is (7,47,21). Sum of RGB (Red+Green+Blue) = 7+47+21=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 47 (18.75% from 255 or 62.67% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 47 - color contains mainly: green. Hex color #072F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072F15 is #F8D0EA. Grayscale: #202020. Windows color (decimal): -16306411 or 1388295. OLE color: 1388295.

HSL color Cylindrical-coordinate representation of color #072F15: hue angle of 141º 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 #072F15 is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.82.

Color convert

RGB74721-
CMYK0.8500.550.82
HSL141º74.07%10.59%-
HSV(B)141º85.11%18.43%-
XYZ1.242.131.06-
YUV32.08121.75110.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.33%
GREEN value IS 47 (18.75% from 255) = 62.67%
BLUE value IS 21 (8.59% from 255) = 28%
R=9.33%
G=62.67%
B=28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal747210.8500.550.8214174.0710.59
Hex72F1555037528d4ab
Octal7572512506712221511213
Binary111101111101011010101011011110100101000110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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