Shades of Dark Green #08302D
Tints of Dark Green #08302D
RGB
CMYK
RGB Variations
Color information
#08302D (or 0x08302D) is known color: Dark Green. HEX triplet: 08, 30 and 2D. RGB value is (8,48,45). Sum of RGB (Red+Green+Blue) = 8+48+45=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #08302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08302D is #F7CFD2. Grayscale: #232323. Windows color (decimal): -16240595 or 2961416. OLE color: 2961416.
HSL color Cylindrical-coordinate representation of color #08302D: hue angle of 175.5º 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 #08302D is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 48 | 45 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.81 |
| HSL | 175.5º | 0.71% | 0.11% | - |
| HSV(B) | 175.5º | 0.83% | 0.19% | - |
| XYZ | 1.63 | 2.35 | 2.85 | - |
| YUV | 35.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 45 | 0.83 | 0 | 0.06 | 0.81 | 175.5 | 0.71 | 0.11 |
| Hex | 8 | 30 | 2D | 53 | 0 | 6 | 51 | B0 | 47 | B |
| Octal | 10 | 60 | 55 | 123 | 0 | 6 | 121 | 260 | 107 | 13 |
| Binary | 1000 | 110000 | 101101 | 1010011 | 0 | 110 | 1010001 | 10110000 | 1000111 | 1011 |
Color Harmonies of #08302D
Complementary color
Monochromatic Colors of #08302D
Black with #08302D
Text Example
Text Example
White with #08302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08302D; }
p { color: rgb(8,48,45); }
H1.HeaderClassName
{
color: #08302D;
}
.AnyTagClassName
{
color: #08302D;
}
</style>
background-color css
<style>
a { background-color: #08302D; }
a { background-color: rgb(8,48,45); }
div.DivClassName
{
background-color: #08302D;
}
.BgClassName
{
background-color: #08302D;
}
</style>
border-color css
<style>
span { border-color: #08302D; }
span { border-color: rgb(8,48,45); }
td.TdClassName
{
border-color: #08302D;
}
.TagClassName
{
border-color: #08302D;
}
</style>