#072A1E

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

Shades of Dark Green #072A1E

Tints of Dark Green #072A1E

Color information

#072A1E (or 0x072A1E) is unknown color: approx Dark Green. HEX triplet: 07, 2A and 1E. RGB value is (7,42,30). Sum of RGB (Red+Green+Blue) = 7+42+30=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 42 (16.80% from 255 or 53.16% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 42 - color contains mainly: green. Hex color #072A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072A1E is #F8D5E1. Grayscale: #1E1E1E. Windows color (decimal): -16307682 or 1976839. OLE color: 1976839.

HSL color Cylindrical-coordinate representation of color #072A1E: hue angle of 159.43º 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 #072A1E is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB74230-
CMYK0.8300.290.84
HSL159.43º71.43%9.61%-
HSV(B)159.43º83.33%16.47%-
XYZ1.151.791.51-
YUV30.17127.9111.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.86%
GREEN value IS 42 (16.80% from 255) = 53.16%
BLUE value IS 30 (12.11% from 255) = 37.97%
R=8.86%
G=53.16%
B=37.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal742300.8300.290.84159.4371.439.61
Hex72A1E5301D549f47a
Octal7523612303512423710712
Binary11110101011110101001101110110101001001111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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