#072A01

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

Shades of Myrtle #072A01

Tints of Myrtle #072A01

Color information

#072A01 (or 0x072A01) is unknown color: approx Myrtle. HEX triplet: 07, 2A and 01. RGB value is (7,42,1). Sum of RGB (Red+Green+Blue) = 7+42+1=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 42 (16.80% from 255 or 84% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 42 - color contains mainly: green. Hex color #072A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072A01 is #F8D5FE. Grayscale: #1A1A1A. Windows color (decimal): -16307711 or 76295. OLE color: 76295.

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

Color convert

RGB7421-
CMYK0.8300.980.84
HSL111.22º95.35%8.43%-
HSV(B)111.22º97.62%16.47%-
XYZ0.921.70.31-
YUV26.86113.4113.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14%
GREEN value IS 42 (16.80% from 255) = 84%
BLUE value IS 1 (0.78% from 255) = 2%
R=14%
G=84%
B=2%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal74210.8300.980.84111.2295.358.43
Hex72A153062546f5f8
Octal7521123014212415713710
Binary11110101011010011011000101010100110111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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