Shades of Deep Fir #023208
Tints of Deep Fir #023208
RGB
CMYK
RGB Variations
Color information
#023208 (or 0x023208) is known color: Deep Fir. HEX triplet: 02, 32 and 08. RGB value is (2,50,8). Sum of RGB (Red+Green+Blue) = 2+50+8=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 50 (19.92% from 255 or 83.33% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 50 - color contains mainly: green. Hex color #023208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023208 is #FDCDF7. Grayscale: #1E1E1E. Windows color (decimal): -16633336 or 537090. OLE color: 537090.
HSL color Cylindrical-coordinate representation of color #023208: hue angle of 127.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023208 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 50 | 8 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.80 |
| HSL | 127.5º | 0.92% | 0.1% | - |
| HSV(B) | 127.5º | 0.96% | 0.2% | - |
| XYZ | 1.21 | 2.31 | 0.61 | - |
| YUV | 30.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 8 | 0.96 | 0 | 0.84 | 0.80 | 127.5 | 0.92 | 0.1 |
| Hex | 2 | 32 | 8 | 60 | 0 | 54 | 50 | 80 | 5C | A |
| Octal | 2 | 62 | 10 | 140 | 0 | 124 | 120 | 200 | 134 | 12 |
| Binary | 10 | 110010 | 1000 | 1100000 | 0 | 1010100 | 1010000 | 10000000 | 1011100 | 1010 |
Color Harmonies of #023208
Complementary color
Monochromatic Colors of #023208
Black with #023208
Text Example
Text Example
White with #023208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023208; }
p { color: rgb(2,50,8); }
H1.HeaderClassName
{
color: #023208;
}
.AnyTagClassName
{
color: #023208;
}
</style>
background-color css
<style>
a { background-color: #023208; }
a { background-color: rgb(2,50,8); }
div.DivClassName
{
background-color: #023208;
}
.BgClassName
{
background-color: #023208;
}
</style>
border-color css
<style>
span { border-color: #023208; }
span { border-color: rgb(2,50,8); }
td.TdClassName
{
border-color: #023208;
}
.TagClassName
{
border-color: #023208;
}
</style>