Shades of Dark Green #03231D
Tints of Dark Green #03231D
RGB
CMYK
RGB Variations
Color information
#03231D (or 0x03231D) is known color: Dark Green. HEX triplet: 03, 23 and 1D. RGB value is (3,35,29). Sum of RGB (Red+Green+Blue) = 3+35+29=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #03231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03231D is #FCDCE2. Grayscale: #181818. Windows color (decimal): -16571619 or 1909507. OLE color: 1909507.
HSL color Cylindrical-coordinate representation of color #03231D: hue angle of 168.75º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #03231D is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 35 | 29 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.86 |
| HSL | 168.75º | 0.84% | 0.07% | - |
| HSV(B) | 168.75º | 0.91% | 0.14% | - |
| XYZ | 0.86 | 1.31 | 1.37 | - |
| YUV | 24.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 29 | 0.91 | 0 | 0.17 | 0.86 | 168.75 | 0.84 | 0.07 |
| Hex | 3 | 23 | 1D | 5B | 0 | 11 | 56 | A9 | 54 | 7 |
| Octal | 3 | 43 | 35 | 133 | 0 | 21 | 126 | 251 | 124 | 7 |
| Binary | 11 | 100011 | 11101 | 1011011 | 0 | 10001 | 1010110 | 10101001 | 1010100 | 111 |
Color Harmonies of #03231D
Complementary color
Monochromatic Colors of #03231D
Black with #03231D
Text Example
Text Example
White with #03231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03231D; }
p { color: rgb(3,35,29); }
H1.HeaderClassName
{
color: #03231D;
}
.AnyTagClassName
{
color: #03231D;
}
</style>
background-color css
<style>
a { background-color: #03231D; }
a { background-color: rgb(3,35,29); }
div.DivClassName
{
background-color: #03231D;
}
.BgClassName
{
background-color: #03231D;
}
</style>
border-color css
<style>
span { border-color: #03231D; }
span { border-color: rgb(3,35,29); }
td.TdClassName
{
border-color: #03231D;
}
.TagClassName
{
border-color: #03231D;
}
</style>