Shades of Deep Fir #023408
Tints of Deep Fir #023408
RGB
CMYK
RGB Variations
Color information
#023408 (or 0x023408) is known color: Deep Fir. HEX triplet: 02, 34 and 08. RGB value is (2,52,8). Sum of RGB (Red+Green+Blue) = 2+52+8=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 52 (20.70% from 255 or 83.87% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 52 - color contains mainly: green. Hex color #023408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023408 is #FDCBF7. Grayscale: #202020. Windows color (decimal): -16632824 or 537602. OLE color: 537602.
HSL color Cylindrical-coordinate representation of color #023408: hue angle of 127.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023408 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 52 | 8 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.80 |
| HSL | 127.2º | 0.93% | 0.11% | - |
| HSV(B) | 127.2º | 0.96% | 0.2% | - |
| XYZ | 1.3 | 2.49 | 0.64 | - |
| YUV | 32.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 8 | 0.96 | 0 | 0.85 | 0.80 | 127.2 | 0.93 | 0.11 |
| Hex | 2 | 34 | 8 | 60 | 0 | 55 | 50 | 7F | 5D | B |
| Octal | 2 | 64 | 10 | 140 | 0 | 125 | 120 | 177 | 135 | 13 |
| Binary | 10 | 110100 | 1000 | 1100000 | 0 | 1010101 | 1010000 | 1111111 | 1011101 | 1011 |
Color Harmonies of #023408
Complementary color
Monochromatic Colors of #023408
Black with #023408
Text Example
Text Example
White with #023408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023408; }
p { color: rgb(2,52,8); }
H1.HeaderClassName
{
color: #023408;
}
.AnyTagClassName
{
color: #023408;
}
</style>
background-color css
<style>
a { background-color: #023408; }
a { background-color: rgb(2,52,8); }
div.DivClassName
{
background-color: #023408;
}
.BgClassName
{
background-color: #023408;
}
</style>
border-color css
<style>
span { border-color: #023408; }
span { border-color: rgb(2,52,8); }
td.TdClassName
{
border-color: #023408;
}
.TagClassName
{
border-color: #023408;
}
</style>