#030702

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

Shades of Myrtle #030702

Tints of Myrtle #030702

Color information

#030702 (or 0x030702) is unknown color: approx Myrtle. HEX triplet: 03, 07 and 02. RGB value is (3,7,2). Sum of RGB (Red+Green+Blue) = 3+7+2=12 (1% of max value = 765). Red value is 3 (1.56% from 255 or 25% from 12); Green value is 7 (3.12% from 255 or 58.33% from 12); Blue value is 2 (1.17% from 255 or 16.67% from 12); Max value from RGB is 7 - color contains mainly: green. Hex color #030702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030702 is #FCF8FD. Grayscale: #050505. Windows color (decimal): -16578814 or 132867. OLE color: 132867.

HSL color Cylindrical-coordinate representation of color #030702: hue angle of 108º degrees, saturation: 0.56, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #030702 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.97.

Color convert

RGB372-
CMYK0.5700.710.97
HSL108º55.56%1.76%-
HSV(B)108º71.43%2.75%-
XYZ0.120.180.08-
YUV5.23126.17126.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 25%
GREEN value IS 7 (3.12% from 255) = 58.33%
BLUE value IS 2 (1.17% from 255) = 16.67%
R=25%
G=58.33%
B=16.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal3720.5700.710.9710855.561.76
Hex37239047616c382
Octal372710107141154702
Binary1111110111001010001111100001110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030702; }

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

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

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

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

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

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

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

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