Shades of Dark Green #003B2B
Tints of Dark Green #003B2B
RGB
CMYK
RGB Variations
Color information
#003B2B (or 0x003B2B) is known color: Dark Green. HEX triplet: 00, 3B and 2B. RGB value is (0,59,43). Sum of RGB (Red+Green+Blue) = 0+59+43=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 59 (23.44% from 255 or 57.84% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 59 - color contains mainly: green. Hex color #003B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B2B is #FFC4D4. Grayscale: #272727. Windows color (decimal): -16762069 or 2833152. OLE color: 2833152.
HSL color Cylindrical-coordinate representation of color #003B2B: hue angle of 163.73º 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 #003B2B is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 59 | 43 | - |
| CMYK | 1 | 0 | 0.27 | 0.77 |
| HSL | 163.73º | 1% | 0.12% | - |
| HSV(B) | 163.73º | 1% | 0.23% | - |
| XYZ | 2 | 3.3 | 2.82 | - |
| YUV | 39.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 43 | 1 | 0 | 0.27 | 0.77 | 163.73 | 1 | 0.12 |
| Hex | 0 | 3B | 2B | 64 | 0 | 1B | 4D | A4 | 64 | C |
| Octal | 0 | 73 | 53 | 144 | 0 | 33 | 115 | 244 | 144 | 14 |
| Binary | 0 | 111011 | 101011 | 1100100 | 0 | 11011 | 1001101 | 10100100 | 1100100 | 1100 |
Color Harmonies of #003B2B
Complementary color
Monochromatic Colors of #003B2B
Black with #003B2B
Text Example
Text Example
White with #003B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B2B; }
p { color: rgb(0,59,43); }
H1.HeaderClassName
{
color: #003B2B;
}
.AnyTagClassName
{
color: #003B2B;
}
</style>
background-color css
<style>
a { background-color: #003B2B; }
a { background-color: rgb(0,59,43); }
div.DivClassName
{
background-color: #003B2B;
}
.BgClassName
{
background-color: #003B2B;
}
</style>
border-color css
<style>
span { border-color: #003B2B; }
span { border-color: rgb(0,59,43); }
td.TdClassName
{
border-color: #003B2B;
}
.TagClassName
{
border-color: #003B2B;
}
</style>