#072E1B

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

Shades of Dark Green #072E1B

Tints of Dark Green #072E1B

Color information

#072E1B (or 0x072E1B) is unknown color: approx Dark Green. HEX triplet: 07, 2E and 1B. RGB value is (7,46,27). Sum of RGB (Red+Green+Blue) = 7+46+27=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 46 (18.36% from 255 or 57.5% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 46 - color contains mainly: green. Hex color #072E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072E1B is #F8D1E4. Grayscale: #202020. Windows color (decimal): -16306661 or 1781255. OLE color: 1781255.

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

Color convert

RGB74627-
CMYK0.8500.410.82
HSL150.77º73.58%10.39%-
HSV(B)150.77º84.78%18.04%-
XYZ1.262.081.37-
YUV32.17125.08110.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.75%
GREEN value IS 46 (18.36% from 255) = 57.5%
BLUE value IS 27 (10.94% from 255) = 33.75%
R=8.75%
G=57.5%
B=33.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal746270.8500.410.82150.7773.5810.39
Hex72E1B5502952974aa
Octal7563312505112222711212
Binary111101110110111010101010100110100101001011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,46,27); }

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

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

 a { background-color: rgb(7,46,27); }

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

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

 span { border-color: rgb(7,46,27); }

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