Shades of Deep Fir #04230A
Tints of Deep Fir #04230A
RGB
CMYK
RGB Variations
Color information
#04230A (or 0x04230A) is known color: Deep Fir. HEX triplet: 04, 23 and 0A. RGB value is (4,35,10). Sum of RGB (Red+Green+Blue) = 4+35+10=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 35 (14.06% from 255 or 71.43% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 35 - color contains mainly: green. Hex color #04230A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04230A is #FBDCF5. Grayscale: #161616. Windows color (decimal): -16506102 or 664324. OLE color: 664324.
HSL color Cylindrical-coordinate representation of color #04230A: hue angle of 131.61º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #04230A is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 35 | 10 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.86 |
| HSL | 131.61º | 0.79% | 0.08% | - |
| HSV(B) | 131.61º | 0.89% | 0.14% | - |
| XYZ | 0.71 | 1.25 | 0.49 | - |
| YUV | 22.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 10 | 0.89 | 0 | 0.71 | 0.86 | 131.61 | 0.79 | 0.08 |
| Hex | 4 | 23 | A | 59 | 0 | 47 | 56 | 84 | 4F | 8 |
| Octal | 4 | 43 | 12 | 131 | 0 | 107 | 126 | 204 | 117 | 10 |
| Binary | 100 | 100011 | 1010 | 1011001 | 0 | 1000111 | 1010110 | 10000100 | 1001111 | 1000 |
Color Harmonies of #04230A
Complementary color
Monochromatic Colors of #04230A
Black with #04230A
Text Example
Text Example
White with #04230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04230A; }
p { color: rgb(4,35,10); }
H1.HeaderClassName
{
color: #04230A;
}
.AnyTagClassName
{
color: #04230A;
}
</style>
background-color css
<style>
a { background-color: #04230A; }
a { background-color: rgb(4,35,10); }
div.DivClassName
{
background-color: #04230A;
}
.BgClassName
{
background-color: #04230A;
}
</style>
border-color css
<style>
span { border-color: #04230A; }
span { border-color: rgb(4,35,10); }
td.TdClassName
{
border-color: #04230A;
}
.TagClassName
{
border-color: #04230A;
}
</style>