#072F03

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

Shades of Myrtle #072F03

Tints of Myrtle #072F03

Color information

#072F03 (or 0x072F03) is unknown color: approx Myrtle. HEX triplet: 07, 2F and 03. RGB value is (7,47,3). Sum of RGB (Red+Green+Blue) = 7+47+3=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 47 (18.75% from 255 or 82.46% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 47 - color contains mainly: green. Hex color #072F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072F03 is #F8D0FC. Grayscale: #1E1E1E. Windows color (decimal): -16306429 or 208647. OLE color: 208647.

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

Color convert

RGB7473-
CMYK0.8500.940.82
HSL114.55º88%9.8%-
HSV(B)114.55º93.62%18.43%-
XYZ1.122.080.43-
YUV30.02112.75111.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.28%
GREEN value IS 47 (18.75% from 255) = 82.46%
BLUE value IS 3 (1.56% from 255) = 5.26%
R=12.28%
G=82.46%
B=5.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal74730.8500.940.82114.55889.8
Hex72F35505E527358a
Octal7573125013612216313012
Binary111101111111010101010111101010010111001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,47,3); }

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

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

 a { background-color: rgb(7,47,3); }

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

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

 span { border-color: rgb(7,47,3); }

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