Shades of Dark Green #003B30
Tints of Dark Green #003B30
RGB
CMYK
RGB Variations
Color information
#003B30 (or 0x003B30) is known color: Dark Green. HEX triplet: 00, 3B and 30. RGB value is (0,59,48). Sum of RGB (Red+Green+Blue) = 0+59+48=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 59 (23.44% from 255 or 55.14% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 59 - color contains mainly: green. Hex color #003B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B30 is #FFC4CF. Grayscale: #282828. Windows color (decimal): -16762064 or 3160832. OLE color: 3160832.
HSL color Cylindrical-coordinate representation of color #003B30: hue angle of 168.81º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B30 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 59 | 48 | - |
| CMYK | 1 | 0 | 0.19 | 0.77 |
| HSL | 168.81º | 1% | 0.12% | - |
| HSV(B) | 168.81º | 1% | 0.23% | - |
| XYZ | 2.1 | 3.34 | 3.33 | - |
| YUV | 40.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 48 | 1 | 0 | 0.19 | 0.77 | 168.81 | 1 | 0.12 |
| Hex | 0 | 3B | 30 | 64 | 0 | 13 | 4D | A9 | 64 | C |
| Octal | 0 | 73 | 60 | 144 | 0 | 23 | 115 | 251 | 144 | 14 |
| Binary | 0 | 111011 | 110000 | 1100100 | 0 | 10011 | 1001101 | 10101001 | 1100100 | 1100 |
Color Harmonies of #003B30
Complementary color
Monochromatic Colors of #003B30
Black with #003B30
Text Example
Text Example
White with #003B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B30; }
p { color: rgb(0,59,48); }
H1.HeaderClassName
{
color: #003B30;
}
.AnyTagClassName
{
color: #003B30;
}
</style>
background-color css
<style>
a { background-color: #003B30; }
a { background-color: rgb(0,59,48); }
div.DivClassName
{
background-color: #003B30;
}
.BgClassName
{
background-color: #003B30;
}
</style>
border-color css
<style>
span { border-color: #003B30; }
span { border-color: rgb(0,59,48); }
td.TdClassName
{
border-color: #003B30;
}
.TagClassName
{
border-color: #003B30;
}
</style>