#012300

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

Shades of Myrtle #012300

Tints of Myrtle #012300

Color information

#012300 (or 0x012300) is unknown color: approx Myrtle. HEX triplet: 01, 23 and 00. RGB value is (1,35,0). Sum of RGB (Red+Green+Blue) = 1+35+0=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 35 (14.06% from 255 or 97.22% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 35 - color contains mainly: green. Hex color #012300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012300 is #FEDCFF. Grayscale: #141414. Windows color (decimal): -16702720 or 8961. OLE color: 8961.

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

Color convert

RGB1350-
CMYK0.97010.86
HSL118.29º100%6.86%-
HSV(B)118.29º100%13.73%-
XYZ0.611.210.2-
YUV20.84116.24113.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 35 (14.06% from 255) = 97.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.78%
G=97.22%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal13500.97010.86118.291006.86
Hex1230610645676647
Octal143014101441261661447
Binary11000110110000101100100101011011101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012300; }

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

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

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

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

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

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

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

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