Shades of Dark Green #03230F
Tints of Dark Green #03230F
RGB
CMYK
RGB Variations
Color information
#03230F (or 0x03230F) is known color: Dark Green. HEX triplet: 03, 23 and 0F. RGB value is (3,35,15). Sum of RGB (Red+Green+Blue) = 3+35+15=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 35 (14.06% from 255 or 66.04% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 35 - color contains mainly: green. Hex color #03230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03230F is #FCDCF0. Grayscale: #171717. Windows color (decimal): -16571633 or 992003. OLE color: 992003.
HSL color Cylindrical-coordinate representation of color #03230F: hue angle of 142.5º 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 #03230F is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 35 | 15 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.86 |
| HSL | 142.5º | 0.84% | 0.07% | - |
| HSV(B) | 142.5º | 0.91% | 0.14% | - |
| XYZ | 0.72 | 1.26 | 0.66 | - |
| YUV | 23.15 | 123.4 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 15 | 0.91 | 0 | 0.57 | 0.86 | 142.5 | 0.84 | 0.07 |
| Hex | 3 | 23 | F | 5B | 0 | 39 | 56 | 8E | 54 | 7 |
| Octal | 3 | 43 | 17 | 133 | 0 | 71 | 126 | 216 | 124 | 7 |
| Binary | 11 | 100011 | 1111 | 1011011 | 0 | 111001 | 1010110 | 10001110 | 1010100 | 111 |
Color Harmonies of #03230F
Complementary color
Monochromatic Colors of #03230F
Black with #03230F
Text Example
Text Example
White with #03230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03230F; }
p { color: rgb(3,35,15); }
H1.HeaderClassName
{
color: #03230F;
}
.AnyTagClassName
{
color: #03230F;
}
</style>
background-color css
<style>
a { background-color: #03230F; }
a { background-color: rgb(3,35,15); }
div.DivClassName
{
background-color: #03230F;
}
.BgClassName
{
background-color: #03230F;
}
</style>
border-color css
<style>
span { border-color: #03230F; }
span { border-color: rgb(3,35,15); }
td.TdClassName
{
border-color: #03230F;
}
.TagClassName
{
border-color: #03230F;
}
</style>