#072F16

Color #072F16 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #072F16

Tints of Dark Green #072F16

Color information

#072F16 (or 0x072F16) is unknown color: approx Dark Green. HEX triplet: 07, 2F and 16. RGB value is (7,47,22). Sum of RGB (Red+Green+Blue) = 7+47+22=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 47 (18.75% from 255 or 61.84% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 47 - color contains mainly: green. Hex color #072F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072F16 is #F8D0E9. Grayscale: #202020. Windows color (decimal): -16306410 or 1453831. OLE color: 1453831.

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

Color convert

RGB74722-
CMYK0.8500.530.82
HSL142.5º74.07%10.59%-
HSV(B)142.5º85.11%18.43%-
XYZ1.252.141.11-
YUV32.19122.25110.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.21%
GREEN value IS 47 (18.75% from 255) = 61.84%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=9.21%
G=61.84%
B=28.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal747220.8500.530.82142.574.0710.59
Hex72F1655035528e4ab
Octal7572612506512221611213
Binary111101111101101010101011010110100101000111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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