#072E00

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

Shades of Myrtle #072E00

Tints of Myrtle #072E00

Color information

#072E00 (or 0x072E00) is unknown color: approx Myrtle. HEX triplet: 07, 2E and 00. RGB value is (7,46,0). Sum of RGB (Red+Green+Blue) = 7+46+0=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 46 (18.36% from 255 or 86.79% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 46 - color contains mainly: green. Hex color #072E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072E00 is #F8D1FF. Grayscale: #1D1D1D. Windows color (decimal): -16306688 or 11783. OLE color: 11783.

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

Color convert

RGB7460-
CMYK0.85010.82
HSL110.87º100%9.02%-
HSV(B)110.87º100%18.04%-
XYZ1.0620.33-
YUV29.1111.58112.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.21%
GREEN value IS 46 (18.36% from 255) = 86.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=13.21%
G=86.79%
B=0%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal74600.85010.82110.871009.02
Hex72E055064526f649
Octal7560125014412215714411
Binary11110111001010101011001001010010110111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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