#013A02

Color #013A02 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #013A02

Tints of Myrtle #013A02

Color information

#013A02 (or 0x013A02) is unknown color: approx Myrtle. HEX triplet: 01, 3A and 02. RGB value is (1,58,2). Sum of RGB (Red+Green+Blue) = 1+58+2=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 58 (23.05% from 255 or 95.08% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 58 - color contains mainly: green. Hex color #013A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013A02 is #FEC5FD. Grayscale: #222222. Windows color (decimal): -16696830 or 145921. OLE color: 145921.

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

Color convert

RGB1582-
CMYK0.9800.970.77
HSL121.05º96.61%11.57%-
HSV(B)121.05º98.28%22.75%-
XYZ1.543.040.56-
YUV34.57109.62104.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 58 (23.05% from 255) = 95.08%
BLUE value IS 2 (1.17% from 255) = 3.28%
R=1.64%
G=95.08%
B=3.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal15820.9800.970.77121.0596.6111.57
Hex13A2620614D7961c
Octal1722142014111517114114
Binary1111010101100010011000011001101111100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #013A02;
 }
 .AnyTagClassName
 {
   color: #013A02;
 }
</style>
background-color css

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

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

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

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

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

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