#072A1D

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

Shades of Dark Green #072A1D

Tints of Dark Green #072A1D

Color information

#072A1D (or 0x072A1D) is unknown color: approx Dark Green. HEX triplet: 07, 2A and 1D. RGB value is (7,42,29). Sum of RGB (Red+Green+Blue) = 7+42+29=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 42 (16.80% from 255 or 53.85% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 42 - color contains mainly: green. Hex color #072A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072A1D is #F8D5E2. Grayscale: #1E1E1E. Windows color (decimal): -16307683 or 1911303. OLE color: 1911303.

HSL color Cylindrical-coordinate representation of color #072A1D: hue angle of 157.71º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #072A1D is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.84.

Color convert

RGB74229-
CMYK0.8300.310.84
HSL157.71º71.43%9.61%-
HSV(B)157.71º83.33%16.47%-
XYZ1.141.791.45-
YUV30.05127.4111.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.97%
GREEN value IS 42 (16.80% from 255) = 53.85%
BLUE value IS 29 (11.72% from 255) = 37.18%
R=8.97%
G=53.85%
B=37.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal742290.8300.310.84157.7171.439.61
Hex72A1D5301F549e47a
Octal7523512303712423610712
Binary11110101011101101001101111110101001001111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,42,29); }

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

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

 a { background-color: rgb(7,42,29); }

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

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

 span { border-color: rgb(7,42,29); }

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