Shades of Myrtle #082D08
Tints of Myrtle #082D08
RGB
CMYK
RGB Variations
Color information
#082D08 (or 0x082D08) is known color: Myrtle. HEX triplet: 08, 2D and 08. RGB value is (8,45,8). Sum of RGB (Red+Green+Blue) = 8+45+8=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 45 (17.97% from 255 or 73.77% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 45 - color contains mainly: green. Hex color #082D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082D08 is #F7D2F7. Grayscale: #1D1D1D. Windows color (decimal): -16241400 or 535816. OLE color: 535816.
HSL color Cylindrical-coordinate representation of color #082D08: hue angle of 120º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #082D08 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.82.
Color convert
RGB | 8 | 45 | 8 | - |
CMYK | 0.82 | 0 | 0.82 | 0.82 |
HSL | 120º | 0.7% | 0.1% | - |
HSV(B) | 120º | 0.82% | 0.18% | - |
XYZ | 1.08 | 1.95 | 0.55 | - |
YUV | 29.72 | 115.74 | 112.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 45 | 8 | 0.82 | 0 | 0.82 | 0.82 | 120 | 0.7 | 0.1 |
Hex | 8 | 2D | 8 | 52 | 0 | 52 | 52 | 78 | 46 | A |
Octal | 10 | 55 | 10 | 122 | 0 | 122 | 122 | 170 | 106 | 12 |
Binary | 1000 | 101101 | 1000 | 1010010 | 0 | 1010010 | 1010010 | 1111000 | 1000110 | 1010 |
Color Harmonies of #082D08
Complementary color
Monochromatic Colors of #082D08
Black with #082D08
Text Example
Text Example
White with #082D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D08; }
p { color: rgb(8,45,8); }
H1.HeaderClassName
{
color: #082D08;
}
.AnyTagClassName
{
color: #082D08;
}
</style>
background-color css
<style>
a { background-color: #082D08; }
a { background-color: rgb(8,45,8); }
div.DivClassName
{
background-color: #082D08;
}
.BgClassName
{
background-color: #082D08;
}
</style>
border-color css
<style>
span { border-color: #082D08; }
span { border-color: rgb(8,45,8); }
td.TdClassName
{
border-color: #082D08;
}
.TagClassName
{
border-color: #082D08;
}
</style>