Shades of Dark Green #003A2B
Tints of Dark Green #003A2B
RGB
CMYK
RGB Variations
Color information
#003A2B (or 0x003A2B) is known color: Dark Green. HEX triplet: 00, 3A and 2B. RGB value is (0,58,43). Sum of RGB (Red+Green+Blue) = 0+58+43=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 58 (23.05% from 255 or 57.43% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 58 - color contains mainly: green. Hex color #003A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A2B is #FFC5D4. Grayscale: #262626. Windows color (decimal): -16762325 or 2832896. OLE color: 2832896.
HSL color Cylindrical-coordinate representation of color #003A2B: hue angle of 164.48º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A2B is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
RGB | 0 | 58 | 43 | - |
CMYK | 1 | 0 | 0.26 | 0.77 |
HSL | 164.48º | 1% | 0.11% | - |
HSV(B) | 164.48º | 1% | 0.23% | - |
XYZ | 1.95 | 3.2 | 2.8 | - |
YUV | 38.95 | 130.28 | 100.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 58 | 43 | 1 | 0 | 0.26 | 0.77 | 164.48 | 1 | 0.11 |
Hex | 0 | 3A | 2B | 64 | 0 | 1A | 4D | A4 | 64 | B |
Octal | 0 | 72 | 53 | 144 | 0 | 32 | 115 | 244 | 144 | 13 |
Binary | 0 | 111010 | 101011 | 1100100 | 0 | 11010 | 1001101 | 10100100 | 1100100 | 1011 |
Color Harmonies of #003A2B
Complementary color
Monochromatic Colors of #003A2B
Black with #003A2B
Text Example
Text Example
White with #003A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A2B; }
p { color: rgb(0,58,43); }
H1.HeaderClassName
{
color: #003A2B;
}
.AnyTagClassName
{
color: #003A2B;
}
</style>
background-color css
<style>
a { background-color: #003A2B; }
a { background-color: rgb(0,58,43); }
div.DivClassName
{
background-color: #003A2B;
}
.BgClassName
{
background-color: #003A2B;
}
</style>
border-color css
<style>
span { border-color: #003A2B; }
span { border-color: rgb(0,58,43); }
td.TdClassName
{
border-color: #003A2B;
}
.TagClassName
{
border-color: #003A2B;
}
</style>