Shades of Dark Green #00302B
Tints of Dark Green #00302B
RGB
CMYK
RGB Variations
Color information
#00302B (or 0x00302B) is known color: Dark Green. HEX triplet: 00, 30 and 2B. RGB value is (0,48,43). Sum of RGB (Red+Green+Blue) = 0+48+43=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #00302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00302B is #FFCFD4. Grayscale: #212121. Windows color (decimal): -16764885 or 2830336. OLE color: 2830336.
HSL color Cylindrical-coordinate representation of color #00302B: hue angle of 173.75º 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 #00302B is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 48 | 43 | - |
| CMYK | 1 | 0 | 0.10 | 0.81 |
| HSL | 173.75º | 1% | 0.09% | - |
| HSV(B) | 173.75º | 1% | 0.19% | - |
| XYZ | 1.49 | 2.29 | 2.65 | - |
| YUV | 33.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 43 | 1 | 0 | 0.10 | 0.81 | 173.75 | 1 | 0.09 |
| Hex | 0 | 30 | 2B | 64 | 0 | A | 51 | AE | 64 | 9 |
| Octal | 0 | 60 | 53 | 144 | 0 | 12 | 121 | 256 | 144 | 11 |
| Binary | 0 | 110000 | 101011 | 1100100 | 0 | 1010 | 1010001 | 10101110 | 1100100 | 1001 |
Color Harmonies of #00302B
Complementary color
Monochromatic Colors of #00302B
Black with #00302B
Text Example
Text Example
White with #00302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00302B; }
p { color: rgb(0,48,43); }
H1.HeaderClassName
{
color: #00302B;
}
.AnyTagClassName
{
color: #00302B;
}
</style>
background-color css
<style>
a { background-color: #00302B; }
a { background-color: rgb(0,48,43); }
div.DivClassName
{
background-color: #00302B;
}
.BgClassName
{
background-color: #00302B;
}
</style>
border-color css
<style>
span { border-color: #00302B; }
span { border-color: rgb(0,48,43); }
td.TdClassName
{
border-color: #00302B;
}
.TagClassName
{
border-color: #00302B;
}
</style>