Html Css Color HEX #012002 Myrtle

📋 copy color: '#012002'

red 1 ◦ green 32 ◦ blue 2

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

Shades of Myrtle #012002

Tints of Myrtle #012002

RGB

 RED value IS 1 (0.78% from 255) = 2.86%

 GREEN value IS 32 (12.89% from 255) = 91.43%

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

R = 2.86%
G = 91.43%
B = 5.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#012002 (or 0x012002) is known color: Myrtle. HEX triplet: 01, 20 and 02. RGB value is (1,32,2). Sum of RGB (Red+Green+Blue) = 1+32+2=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 32 (12.89% from 255 or 91.43% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 32 - color contains mainly: green. Hex color #012002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012002 is #FEDFFD. Grayscale: #131313. Windows color (decimal): -16703486 or 139265. OLE color: 139265.

HSL color Cylindrical-coordinate representation of color #012002: hue angle of 121.94º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012002 is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 32 2 -
CMYK 0.97 0 0.94 0.87
HSL 121.94º 0.94% 0.06% -
HSV(B) 121.94º 0.97% 0.13% -
XYZ 0.54 1.04 0.23 -
YUV 19.31 118.23 114.94 -
System Red Green Blue C M Y K H S L
Decimal 1 32 2 0.97 0 0.94 0.87 121.94 0.94 0.06
Hex 1 20 2 61 0 5E 57 7A 5E 6
Octal 1 40 2 141 0 136 127 172 136 6
Binary 1 100000 10 1100001 0 1011110 1010111 1111010 1011110 110

Color Harmonies of #012002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012002

Black with #012002

Text Example


Text Example

White with #012002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012002; }

 p { color: rgb(1,32,2); }

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

background-color css

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

 a { background-color: rgb(1,32,2); }

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

border-color css

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

 span { border-color: rgb(1,32,2); }

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