Html Css Color HEX #062A01 Myrtle

📋 copy color: '#062A01'

red 6 ◦ green 42 ◦ blue 1

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

Shades of Myrtle #062A01

Tints of Myrtle #062A01

RGB

 RED value IS 6 (2.73% from 255) = 12.24%

 GREEN value IS 42 (16.8% from 255) = 85.71%

 BLUE value IS 1 (0.78% from 255) = 2.04%

R = 12.24%
G = 85.71%
B = 2.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#062A01 (or 0x062A01) is known color: Myrtle. HEX triplet: 06, 2A and 01. RGB value is (6,42,1). Sum of RGB (Red+Green+Blue) = 6+42+1=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 42 (16.80% from 255 or 85.71% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 42 - color contains mainly: green. Hex color #062A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062A01 is #F9D5FE. Grayscale: #1A1A1A. Windows color (decimal): -16373247 or 76294. OLE color: 76294.

HSL color Cylindrical-coordinate representation of color #062A01: hue angle of 112.68º 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 #062A01 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 6 42 1 -
CMYK 0.86 0 0.98 0.84
HSL 112.68º 0.95% 0.08% -
HSV(B) 112.68º 0.98% 0.16% -
XYZ 0.91 1.7 0.31 -
YUV 26.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 6 42 1 0.86 0 0.98 0.84 112.68 0.95 0.08
Hex 6 2A 1 56 0 62 54 71 5F 8
Octal 6 52 1 126 0 142 124 161 137 10
Binary 110 101010 1 1010110 0 1100010 1010100 1110001 1011111 1000

Color Harmonies of #062A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A01

Black with #062A01

Text Example


Text Example

White with #062A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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