Html Css Color HEX #012602 Myrtle

📋 copy color: '#012602'

red 1 ◦ green 38 ◦ blue 2

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

Shades of Myrtle #012602

Tints of Myrtle #012602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 92.68%

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

R = 2.44%
G = 92.68%
B = 4.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#012602 (or 0x012602) is known color: Myrtle. HEX triplet: 01, 26 and 02. RGB value is (1,38,2). Sum of RGB (Red+Green+Blue) = 1+38+2=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 38 (15.23% from 255 or 92.68% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 38 - color contains mainly: green. Hex color #012602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012602 is #FED9FD. Grayscale: #161616. Windows color (decimal): -16701950 or 140801. OLE color: 140801.

HSL color Cylindrical-coordinate representation of color #012602: hue angle of 121.62º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012602 is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 38 2 -
CMYK 0.97 0 0.95 0.85
HSL 121.62º 0.95% 0.08% -
HSV(B) 121.62º 0.97% 0.15% -
XYZ 0.72 1.4 0.29 -
YUV 22.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 1 38 2 0.97 0 0.95 0.85 121.62 0.95 0.08
Hex 1 26 2 61 0 5F 55 7A 5F 8
Octal 1 46 2 141 0 137 125 172 137 10
Binary 1 100110 10 1100001 0 1011111 1010101 1111010 1011111 1000

Color Harmonies of #012602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012602

Black with #012602

Text Example


Text Example

White with #012602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012602; }

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

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

background-color css

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

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

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

border-color css

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

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

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