Html Css Color HEX #071A02 Myrtle

📋 copy color: '#071A02'

red 7 ◦ green 26 ◦ blue 2

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

Shades of Myrtle #071A02

Tints of Myrtle #071A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 74.29%

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

R = 20%
G = 74.29%
B = 5.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.92

 K value IS 0.90

RGB Variations

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

Color information

#071A02 (or 0x071A02) is known color: Myrtle. HEX triplet: 07, 1A and 02. RGB value is (7,26,2). Sum of RGB (Red+Green+Blue) = 7+26+2=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 26 (10.55% from 255 or 74.29% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 26 - color contains mainly: green. Hex color #071A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071A02 is #F8E5FD. Grayscale: #111111. Windows color (decimal): -16311806 or 137735. OLE color: 137735.

HSL color Cylindrical-coordinate representation of color #071A02: hue angle of 107.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071A02 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.

Color convert

RGB 7 26 2 -
CMYK 0.73 0 0.92 0.90
HSL 107.5º 0.86% 0.05% -
HSV(B) 107.5º 0.92% 0.1% -
XYZ 0.47 0.79 0.18 -
YUV 17.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 7 26 2 0.73 0 0.92 0.90 107.5 0.86 0.05
Hex 7 1A 2 49 0 5C 5A 6C 56 5
Octal 7 32 2 111 0 134 132 154 126 5
Binary 111 11010 10 1001001 0 1011100 1011010 1101100 1010110 101

Color Harmonies of #071A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A02

Black with #071A02

Text Example


Text Example

White with #071A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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