Shades of Myrtle #002300
Tints of Myrtle #002300
RGB
CMYK
RGB Variations
Color information
#002300 (or 0x002300) is known color: Myrtle. HEX triplet: 00, 23 and 00. RGB value is (0,35,0). Sum of RGB (Red+Green+Blue) = 0+35+0=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 35 (14.06% from 255 or 100% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 35 - color contains mainly: green. Hex color #002300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002300 is #FFDCFF. Grayscale: #141414. Windows color (decimal): -16768256 or 8960. OLE color: 8960.
HSL color Cylindrical-coordinate representation of color #002300: hue angle of 120º 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 #002300 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
RGB | 0 | 35 | 0 | - |
CMYK | 1 | 0 | 1 | 0.86 |
HSL | 120º | 1% | 0.07% | - |
HSV(B) | 120º | 1% | 0.14% | - |
XYZ | 0.6 | 1.2 | 0.2 | - |
YUV | 20.55 | 116.4 | 113.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 35 | 0 | 1 | 0 | 1 | 0.86 | 120 | 1 | 0.07 |
Hex | 0 | 23 | 0 | 64 | 0 | 64 | 56 | 78 | 64 | 7 |
Octal | 0 | 43 | 0 | 144 | 0 | 144 | 126 | 170 | 144 | 7 |
Binary | 0 | 100011 | 0 | 1100100 | 0 | 1100100 | 1010110 | 1111000 | 1100100 | 111 |
Color Harmonies of #002300
Complementary color
Monochromatic Colors of #002300
Black with #002300
Text Example
Text Example
White with #002300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002300; }
p { color: rgb(0,35,0); }
H1.HeaderClassName
{
color: #002300;
}
.AnyTagClassName
{
color: #002300;
}
</style>
background-color css
<style>
a { background-color: #002300; }
a { background-color: rgb(0,35,0); }
div.DivClassName
{
background-color: #002300;
}
.BgClassName
{
background-color: #002300;
}
</style>
border-color css
<style>
span { border-color: #002300; }
span { border-color: rgb(0,35,0); }
td.TdClassName
{
border-color: #002300;
}
.TagClassName
{
border-color: #002300;
}
</style>