Shades of Dark Green #03230C
Tints of Dark Green #03230C
RGB
CMYK
RGB Variations
Color information
#03230C (or 0x03230C) is known color: Dark Green. HEX triplet: 03, 23 and 0C. RGB value is (3,35,12). Sum of RGB (Red+Green+Blue) = 3+35+12=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 35 (14.06% from 255 or 70% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 35 - color contains mainly: green. Hex color #03230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03230C is #FCDCF3. Grayscale: #161616. Windows color (decimal): -16571636 or 795395. OLE color: 795395.
HSL color Cylindrical-coordinate representation of color #03230C: hue angle of 136.88º 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 #03230C is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 35 | 12 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.86 |
| HSL | 136.88º | 0.84% | 0.07% | - |
| HSV(B) | 136.88º | 0.91% | 0.14% | - |
| XYZ | 0.7 | 1.25 | 0.55 | - |
| YUV | 22.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 12 | 0.91 | 0 | 0.66 | 0.86 | 136.88 | 0.84 | 0.07 |
| Hex | 3 | 23 | C | 5B | 0 | 42 | 56 | 89 | 54 | 7 |
| Octal | 3 | 43 | 14 | 133 | 0 | 102 | 126 | 211 | 124 | 7 |
| Binary | 11 | 100011 | 1100 | 1011011 | 0 | 1000010 | 1010110 | 10001001 | 1010100 | 111 |
Color Harmonies of #03230C
Complementary color
Monochromatic Colors of #03230C
Black with #03230C
Text Example
Text Example
White with #03230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03230C; }
p { color: rgb(3,35,12); }
H1.HeaderClassName
{
color: #03230C;
}
.AnyTagClassName
{
color: #03230C;
}
</style>
background-color css
<style>
a { background-color: #03230C; }
a { background-color: rgb(3,35,12); }
div.DivClassName
{
background-color: #03230C;
}
.BgClassName
{
background-color: #03230C;
}
</style>
border-color css
<style>
span { border-color: #03230C; }
span { border-color: rgb(3,35,12); }
td.TdClassName
{
border-color: #03230C;
}
.TagClassName
{
border-color: #03230C;
}
</style>