Html Css Color HEX #013002 Myrtle

📋 copy color: '#013002'

red 1 ◦ green 48 ◦ blue 2

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

Shades of Myrtle #013002

Tints of Myrtle #013002

RGB

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

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

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

R = 1.96%
G = 94.12%
B = 3.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#013002 (or 0x013002) is known color: Myrtle. HEX triplet: 01, 30 and 02. RGB value is (1,48,2). Sum of RGB (Red+Green+Blue) = 1+48+2=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 48 (19.14% from 255 or 94.12% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 48 - color contains mainly: green. Hex color #013002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013002 is #FECFFD. Grayscale: #1C1C1C. Windows color (decimal): -16699390 or 143361. OLE color: 143361.

HSL color Cylindrical-coordinate representation of color #013002: hue angle of 121.28º 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 #013002 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 48 2 -
CMYK 0.98 0 0.96 0.81
HSL 121.28º 0.96% 0.1% -
HSV(B) 121.28º 0.98% 0.19% -
XYZ 1.08 2.12 0.41 -
YUV 28.7 112.93 108.24 -
System Red Green Blue C M Y K H S L
Decimal 1 48 2 0.98 0 0.96 0.81 121.28 0.96 0.1
Hex 1 30 2 62 0 60 51 79 60 A
Octal 1 60 2 142 0 140 121 171 140 12
Binary 1 110000 10 1100010 0 1100000 1010001 1111001 1100000 1010

Color Harmonies of #013002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013002

Black with #013002

Text Example


Text Example

White with #013002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013002; }

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

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

background-color css

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

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

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

border-color css

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

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

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