#012302

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

Shades of Myrtle #012302

Tints of Myrtle #012302

Color information

#012302 (or 0x012302) is unknown color: approx Myrtle. HEX triplet: 01, 23 and 02. RGB value is (1,35,2). Sum of RGB (Red+Green+Blue) = 1+35+2=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 35 (14.06% from 255 or 92.11% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 35 - color contains mainly: green. Hex color #012302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012302 is #FEDCFD. Grayscale: #151515. Windows color (decimal): -16702718 or 140033. OLE color: 140033.

HSL color Cylindrical-coordinate representation of color #012302: hue angle of 121.76º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012302 is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB1352-
CMYK0.9700.940.86
HSL121.76º94.44%7.06%-
HSV(B)121.76º97.14%13.73%-
XYZ0.621.210.26-
YUV21.07117.24113.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 35 (14.06% from 255) = 92.11%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=2.63%
G=92.11%
B=5.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal13520.9700.940.86121.7694.447.06
Hex12326105E567a5e7
Octal143214101361261721367
Binary110001110110000101011110101011011110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012302; }

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

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

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

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

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

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

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

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