Html Css Color HEX #013D02 Myrtle

📋 copy color: '#013D02'

red 1 ◦ green 61 ◦ blue 2

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

Shades of Myrtle #013D02

Tints of Myrtle #013D02

RGB

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

 GREEN value IS 61 (24.22% from 255) = 95.31%

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

R = 1.56%
G = 95.31%
B = 3.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#013D02 (or 0x013D02) is known color: Myrtle. HEX triplet: 01, 3D and 02. RGB value is (1,61,2). Sum of RGB (Red+Green+Blue) = 1+61+2=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 61 (24.22% from 255 or 95.31% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 61 - color contains mainly: green. Hex color #013D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013D02 is #FEC2FD. Grayscale: #242424. Windows color (decimal): -16696062 or 146689. OLE color: 146689.

HSL color Cylindrical-coordinate representation of color #013D02: hue angle of 121º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013D02 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 61 2 -
CMYK 0.98 0 0.97 0.76
HSL 121º 0.97% 0.12% -
HSV(B) 121º 0.98% 0.24% -
XYZ 1.69 3.35 0.61 -
YUV 36.33 108.62 102.8 -
System Red Green Blue C M Y K H S L
Decimal 1 61 2 0.98 0 0.97 0.76 121 0.97 0.12
Hex 1 3D 2 62 0 61 4C 79 61 C
Octal 1 75 2 142 0 141 114 171 141 14
Binary 1 111101 10 1100010 0 1100001 1001100 1111001 1100001 1100

Color Harmonies of #013D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D02

Black with #013D02

Text Example


Text Example

White with #013D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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