Shades of Dark Green #00300D
Tints of Dark Green #00300D
RGB
CMYK
RGB Variations
Color information
#00300D (or 0x00300D) is known color: Dark Green. HEX triplet: 00, 30 and 0D. RGB value is (0,48,13). Sum of RGB (Red+Green+Blue) = 0+48+13=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 48 (19.14% from 255 or 78.69% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 48 - color contains mainly: green. Hex color #00300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00300D is #FFCFF2. Grayscale: #1D1D1D. Windows color (decimal): -16764915 or 864256. OLE color: 864256.
HSL color Cylindrical-coordinate representation of color #00300D: hue angle of 136.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00300D is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 48 | 13 | - |
| CMYK | 1 | 0 | 0.73 | 0.81 |
| HSL | 136.25º | 1% | 0.09% | - |
| HSV(B) | 136.25º | 1% | 0.19% | - |
| XYZ | 1.13 | 2.14 | 0.73 | - |
| YUV | 29.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 13 | 1 | 0 | 0.73 | 0.81 | 136.25 | 1 | 0.09 |
| Hex | 0 | 30 | D | 64 | 0 | 49 | 51 | 88 | 64 | 9 |
| Octal | 0 | 60 | 15 | 144 | 0 | 111 | 121 | 210 | 144 | 11 |
| Binary | 0 | 110000 | 1101 | 1100100 | 0 | 1001001 | 1010001 | 10001000 | 1100100 | 1001 |
Color Harmonies of #00300D
Complementary color
Monochromatic Colors of #00300D
Black with #00300D
Text Example
Text Example
White with #00300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00300D; }
p { color: rgb(0,48,13); }
H1.HeaderClassName
{
color: #00300D;
}
.AnyTagClassName
{
color: #00300D;
}
</style>
background-color css
<style>
a { background-color: #00300D; }
a { background-color: rgb(0,48,13); }
div.DivClassName
{
background-color: #00300D;
}
.BgClassName
{
background-color: #00300D;
}
</style>
border-color css
<style>
span { border-color: #00300D; }
span { border-color: rgb(0,48,13); }
td.TdClassName
{
border-color: #00300D;
}
.TagClassName
{
border-color: #00300D;
}
</style>