Shades of Dark Green #00351F
Tints of Dark Green #00351F
RGB
CMYK
RGB Variations
Color information
#00351F (or 0x00351F) is known color: Dark Green. HEX triplet: 00, 35 and 1F. RGB value is (0,53,31). Sum of RGB (Red+Green+Blue) = 0+53+31=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 53 (21.09% from 255 or 63.10% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 53 - color contains mainly: green. Hex color #00351F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00351F is #FFCAE0. Grayscale: #222222. Windows color (decimal): -16763617 or 2045184. OLE color: 2045184.
HSL color Cylindrical-coordinate representation of color #00351F: hue angle of 155.09º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00351F is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 53 | 31 | - |
| CMYK | 1 | 0 | 0.42 | 0.79 |
| HSL | 155.09º | 1% | 0.1% | - |
| HSV(B) | 155.09º | 1% | 0.21% | - |
| XYZ | 1.52 | 2.65 | 1.73 | - |
| YUV | 34.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 31 | 1 | 0 | 0.42 | 0.79 | 155.09 | 1 | 0.1 |
| Hex | 0 | 35 | 1F | 64 | 0 | 2A | 4F | 9B | 64 | A |
| Octal | 0 | 65 | 37 | 144 | 0 | 52 | 117 | 233 | 144 | 12 |
| Binary | 0 | 110101 | 11111 | 1100100 | 0 | 101010 | 1001111 | 10011011 | 1100100 | 1010 |
Color Harmonies of #00351F
Complementary color
Monochromatic Colors of #00351F
Black with #00351F
Text Example
Text Example
White with #00351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00351F; }
p { color: rgb(0,53,31); }
H1.HeaderClassName
{
color: #00351F;
}
.AnyTagClassName
{
color: #00351F;
}
</style>
background-color css
<style>
a { background-color: #00351F; }
a { background-color: rgb(0,53,31); }
div.DivClassName
{
background-color: #00351F;
}
.BgClassName
{
background-color: #00351F;
}
</style>
border-color css
<style>
span { border-color: #00351F; }
span { border-color: rgb(0,53,31); }
td.TdClassName
{
border-color: #00351F;
}
.TagClassName
{
border-color: #00351F;
}
</style>