Shades of Dark Green #003B2D
Tints of Dark Green #003B2D
RGB
CMYK
RGB Variations
Color information
#003B2D (or 0x003B2D) is known color: Dark Green. HEX triplet: 00, 3B and 2D. RGB value is (0,59,45). Sum of RGB (Red+Green+Blue) = 0+59+45=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 59 (23.44% from 255 or 56.73% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 59 - color contains mainly: green. Hex color #003B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B2D is #FFC4D2. Grayscale: #272727. Windows color (decimal): -16762067 or 2964224. OLE color: 2964224.
HSL color Cylindrical-coordinate representation of color #003B2D: hue angle of 165.76º 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 #003B2D is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 59 | 45 | - |
| CMYK | 1 | 0 | 0.24 | 0.77 |
| HSL | 165.76º | 1% | 0.12% | - |
| HSV(B) | 165.76º | 1% | 0.23% | - |
| XYZ | 2.04 | 3.32 | 3.02 | - |
| YUV | 39.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 45 | 1 | 0 | 0.24 | 0.77 | 165.76 | 1 | 0.12 |
| Hex | 0 | 3B | 2D | 64 | 0 | 18 | 4D | A6 | 64 | C |
| Octal | 0 | 73 | 55 | 144 | 0 | 30 | 115 | 246 | 144 | 14 |
| Binary | 0 | 111011 | 101101 | 1100100 | 0 | 11000 | 1001101 | 10100110 | 1100100 | 1100 |
Color Harmonies of #003B2D
Complementary color
Monochromatic Colors of #003B2D
Black with #003B2D
Text Example
Text Example
White with #003B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B2D; }
p { color: rgb(0,59,45); }
H1.HeaderClassName
{
color: #003B2D;
}
.AnyTagClassName
{
color: #003B2D;
}
</style>
background-color css
<style>
a { background-color: #003B2D; }
a { background-color: rgb(0,59,45); }
div.DivClassName
{
background-color: #003B2D;
}
.BgClassName
{
background-color: #003B2D;
}
</style>
border-color css
<style>
span { border-color: #003B2D; }
span { border-color: rgb(0,59,45); }
td.TdClassName
{
border-color: #003B2D;
}
.TagClassName
{
border-color: #003B2D;
}
</style>