Shades of Dark Green #08301C
Tints of Dark Green #08301C
RGB
CMYK
RGB Variations
Color information
#08301C (or 0x08301C) is known color: Dark Green. HEX triplet: 08, 30 and 1C. RGB value is (8,48,28). Sum of RGB (Red+Green+Blue) = 8+48+28=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #08301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08301C is #F7CFE3. Grayscale: #212121. Windows color (decimal): -16240612 or 1847304. OLE color: 1847304.
HSL color Cylindrical-coordinate representation of color #08301C: hue angle of 150º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08301C is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 48 | 28 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.81 |
| HSL | 150º | 0.71% | 0.11% | - |
| HSV(B) | 150º | 0.83% | 0.19% | - |
| XYZ | 1.37 | 2.25 | 1.46 | - |
| YUV | 33.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 28 | 0.83 | 0 | 0.42 | 0.81 | 150 | 0.71 | 0.11 |
| Hex | 8 | 30 | 1C | 53 | 0 | 2A | 51 | 96 | 47 | B |
| Octal | 10 | 60 | 34 | 123 | 0 | 52 | 121 | 226 | 107 | 13 |
| Binary | 1000 | 110000 | 11100 | 1010011 | 0 | 101010 | 1010001 | 10010110 | 1000111 | 1011 |
Color Harmonies of #08301C
Complementary color
Monochromatic Colors of #08301C
Black with #08301C
Text Example
Text Example
White with #08301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08301C; }
p { color: rgb(8,48,28); }
H1.HeaderClassName
{
color: #08301C;
}
.AnyTagClassName
{
color: #08301C;
}
</style>
background-color css
<style>
a { background-color: #08301C; }
a { background-color: rgb(8,48,28); }
div.DivClassName
{
background-color: #08301C;
}
.BgClassName
{
background-color: #08301C;
}
</style>
border-color css
<style>
span { border-color: #08301C; }
span { border-color: rgb(8,48,28); }
td.TdClassName
{
border-color: #08301C;
}
.TagClassName
{
border-color: #08301C;
}
</style>