Shades of Dark Green #00230C
Tints of Dark Green #00230C
RGB
CMYK
RGB Variations
Color information
#00230C (or 0x00230C) is known color: Dark Green. HEX triplet: 00, 23 and 0C. RGB value is (0,35,12). Sum of RGB (Red+Green+Blue) = 0+35+12=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 35 (14.06% from 255 or 74.47% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 35 - color contains mainly: green. Hex color #00230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00230C is #FFDCF3. Grayscale: #151515. Windows color (decimal): -16768244 or 795392. OLE color: 795392.
HSL color Cylindrical-coordinate representation of color #00230C: hue angle of 140.57º 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 #00230C is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 35 | 12 | - |
| CMYK | 1 | 0 | 0.66 | 0.86 |
| HSL | 140.57º | 1% | 0.07% | - |
| HSV(B) | 140.57º | 1% | 0.14% | - |
| XYZ | 0.67 | 1.23 | 0.55 | - |
| YUV | 21.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 12 | 1 | 0 | 0.66 | 0.86 | 140.57 | 1 | 0.07 |
| Hex | 0 | 23 | C | 64 | 0 | 42 | 56 | 8D | 64 | 7 |
| Octal | 0 | 43 | 14 | 144 | 0 | 102 | 126 | 215 | 144 | 7 |
| Binary | 0 | 100011 | 1100 | 1100100 | 0 | 1000010 | 1010110 | 10001101 | 1100100 | 111 |
Color Harmonies of #00230C
Complementary color
Monochromatic Colors of #00230C
Black with #00230C
Text Example
Text Example
White with #00230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00230C; }
p { color: rgb(0,35,12); }
H1.HeaderClassName
{
color: #00230C;
}
.AnyTagClassName
{
color: #00230C;
}
</style>
background-color css
<style>
a { background-color: #00230C; }
a { background-color: rgb(0,35,12); }
div.DivClassName
{
background-color: #00230C;
}
.BgClassName
{
background-color: #00230C;
}
</style>
border-color css
<style>
span { border-color: #00230C; }
span { border-color: rgb(0,35,12); }
td.TdClassName
{
border-color: #00230C;
}
.TagClassName
{
border-color: #00230C;
}
</style>