Html Css Color HEX #013001 Myrtle

📋 copy color: '#013001'

red 1 ◦ green 48 ◦ blue 1

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

Shades of Myrtle #013001

Tints of Myrtle #013001

RGB

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

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

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

R = 2%
G = 96%
B = 2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#013001 (or 0x013001) is known color: Myrtle. HEX triplet: 01, 30 and 01. RGB value is (1,48,1). Sum of RGB (Red+Green+Blue) = 1+48+1=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 48 (19.14% from 255 or 96% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 48 - color contains mainly: green. Hex color #013001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013001 is #FECFFE. Grayscale: #1C1C1C. Windows color (decimal): -16699391 or 77825. OLE color: 77825.

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

Color convert

RGB 1 48 1 -
CMYK 0.98 0 0.98 0.81
HSL 120º 0.96% 0.1% -
HSV(B) 120º 0.98% 0.19% -
XYZ 1.07 2.12 0.38 -
YUV 28.59 112.43 108.32 -
System Red Green Blue C M Y K H S L
Decimal 1 48 1 0.98 0 0.98 0.81 120 0.96 0.1
Hex 1 30 1 62 0 62 51 78 60 A
Octal 1 60 1 142 0 142 121 170 140 12
Binary 1 110000 1 1100010 0 1100010 1010001 1111000 1100000 1010

Color Harmonies of #013001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013001

Black with #013001

Text Example


Text Example

White with #013001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013001; }

 p { color: rgb(1,48,1); }

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

background-color css

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

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

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

border-color css

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

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

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