Shades of Dark Green #00230F
Tints of Dark Green #00230F
RGB
CMYK
RGB Variations
Color information
#00230F (or 0x00230F) is known color: Dark Green. HEX triplet: 00, 23 and 0F. RGB value is (0,35,15). Sum of RGB (Red+Green+Blue) = 0+35+15=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 35 (14.06% from 255 or 70% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 35 - color contains mainly: green. Hex color #00230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00230F is #FFDCF0. Grayscale: #161616. Windows color (decimal): -16768241 or 992000. OLE color: 992000.
HSL color Cylindrical-coordinate representation of color #00230F: hue angle of 145.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00230F is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 35 | 15 | - |
| CMYK | 1 | 0 | 0.57 | 0.86 |
| HSL | 145.71º | 1% | 0.07% | - |
| HSV(B) | 145.71º | 1% | 0.14% | - |
| XYZ | 0.69 | 1.24 | 0.65 | - |
| YUV | 22.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 15 | 1 | 0 | 0.57 | 0.86 | 145.71 | 1 | 0.07 |
| Hex | 0 | 23 | F | 64 | 0 | 39 | 56 | 92 | 64 | 7 |
| Octal | 0 | 43 | 17 | 144 | 0 | 71 | 126 | 222 | 144 | 7 |
| Binary | 0 | 100011 | 1111 | 1100100 | 0 | 111001 | 1010110 | 10010010 | 1100100 | 111 |
Color Harmonies of #00230F
Complementary color
Monochromatic Colors of #00230F
Black with #00230F
Text Example
Text Example
White with #00230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00230F; }
p { color: rgb(0,35,15); }
H1.HeaderClassName
{
color: #00230F;
}
.AnyTagClassName
{
color: #00230F;
}
</style>
background-color css
<style>
a { background-color: #00230F; }
a { background-color: rgb(0,35,15); }
div.DivClassName
{
background-color: #00230F;
}
.BgClassName
{
background-color: #00230F;
}
</style>
border-color css
<style>
span { border-color: #00230F; }
span { border-color: rgb(0,35,15); }
td.TdClassName
{
border-color: #00230F;
}
.TagClassName
{
border-color: #00230F;
}
</style>