Shades of Dark Green #003930
Tints of Dark Green #003930
RGB
CMYK
RGB Variations
Color information
#003930 (or 0x003930) is known color: Dark Green. HEX triplet: 00, 39 and 30. RGB value is (0,57,48). Sum of RGB (Red+Green+Blue) = 0+57+48=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #003930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003930 is #FFC6CF. Grayscale: #262626. Windows color (decimal): -16762576 or 3160320. OLE color: 3160320.
HSL color Cylindrical-coordinate representation of color #003930: hue angle of 170.53º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003930 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 57 | 48 | - |
| CMYK | 1 | 0 | 0.16 | 0.78 |
| HSL | 170.53º | 1% | 0.11% | - |
| HSV(B) | 170.53º | 1% | 0.22% | - |
| XYZ | 2 | 3.14 | 3.3 | - |
| YUV | 38.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 48 | 1 | 0 | 0.16 | 0.78 | 170.53 | 1 | 0.11 |
| Hex | 0 | 39 | 30 | 64 | 0 | 10 | 4E | AB | 64 | B |
| Octal | 0 | 71 | 60 | 144 | 0 | 20 | 116 | 253 | 144 | 13 |
| Binary | 0 | 111001 | 110000 | 1100100 | 0 | 10000 | 1001110 | 10101011 | 1100100 | 1011 |
Color Harmonies of #003930
Complementary color
Monochromatic Colors of #003930
Black with #003930
Text Example
Text Example
White with #003930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003930; }
p { color: rgb(0,57,48); }
H1.HeaderClassName
{
color: #003930;
}
.AnyTagClassName
{
color: #003930;
}
</style>
background-color css
<style>
a { background-color: #003930; }
a { background-color: rgb(0,57,48); }
div.DivClassName
{
background-color: #003930;
}
.BgClassName
{
background-color: #003930;
}
</style>
border-color css
<style>
span { border-color: #003930; }
span { border-color: rgb(0,57,48); }
td.TdClassName
{
border-color: #003930;
}
.TagClassName
{
border-color: #003930;
}
</style>