Html Css Color HEX #073002 Myrtle

📋 copy color: '#073002'

red 7 ◦ green 48 ◦ blue 2

#073002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #073002

Tints of Myrtle #073002

RGB

 RED value IS 7 (3.13% from 255) = 12.28%

 GREEN value IS 48 (19.14% from 255) = 84.21%

 BLUE value IS 2 (1.17% from 255) = 3.51%

R = 12.28%
G = 84.21%
B = 3.51%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#073002 (or 0x073002) is known color: Myrtle. HEX triplet: 07, 30 and 02. RGB value is (7,48,2). Sum of RGB (Red+Green+Blue) = 7+48+2=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 48 (19.14% from 255 or 84.21% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 48 - color contains mainly: green. Hex color #073002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073002 is #F8CFFD. Grayscale: #1E1E1E. Windows color (decimal): -16306174 or 143367. OLE color: 143367.

HSL color Cylindrical-coordinate representation of color #073002: hue angle of 113.48º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073002 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 48 2 -
CMYK 0.85 0 0.96 0.81
HSL 113.48º 0.92% 0.1% -
HSV(B) 113.48º 0.96% 0.19% -
XYZ 1.16 2.16 0.41 -
YUV 30.5 111.92 111.24 -
System Red Green Blue C M Y K H S L
Decimal 7 48 2 0.85 0 0.96 0.81 113.48 0.92 0.1
Hex 7 30 2 55 0 60 51 71 5C A
Octal 7 60 2 125 0 140 121 161 134 12
Binary 111 110000 10 1010101 0 1100000 1010001 1110001 1011100 1010

Color Harmonies of #073002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073002

Black with #073002

Text Example


Text Example

White with #073002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073002; }

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

 H1.HeaderClassName
 {
   color: #073002;
 }
 .AnyTagClassName
 {
   color: #073002;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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