Shades of Deep Fir #02330F
Tints of Deep Fir #02330F
RGB
CMYK
RGB Variations
Color information
#02330F (or 0x02330F) is known color: Deep Fir. HEX triplet: 02, 33 and 0F. RGB value is (2,51,15). Sum of RGB (Red+Green+Blue) = 2+51+15=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 51 (20.31% from 255 or 75% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 51 - color contains mainly: green. Hex color #02330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02330F is #FDCCF0. Grayscale: #202020. Windows color (decimal): -16633073 or 996098. OLE color: 996098.
HSL color Cylindrical-coordinate representation of color #02330F: hue angle of 135.92º 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 #02330F is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 51 | 15 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.8 |
| HSL | 135.92º | 0.92% | 0.1% | - |
| HSV(B) | 135.92º | 0.96% | 0.2% | - |
| XYZ | 1.3 | 2.42 | 0.85 | - |
| YUV | 32.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 15 | 0.96 | 0 | 0.71 | 0.8 | 135.92 | 0.92 | 0.1 |
| Hex | 2 | 33 | F | 60 | 0 | 47 | 50 | 88 | 5C | A |
| Octal | 2 | 63 | 17 | 140 | 0 | 107 | 120 | 210 | 134 | 12 |
| Binary | 10 | 110011 | 1111 | 1100000 | 0 | 1000111 | 1010000 | 10001000 | 1011100 | 1010 |
Color Harmonies of #02330F
Complementary color
Monochromatic Colors of #02330F
Black with #02330F
Text Example
Text Example
White with #02330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02330F; }
p { color: rgb(2,51,15); }
H1.HeaderClassName
{
color: #02330F;
}
.AnyTagClassName
{
color: #02330F;
}
</style>
background-color css
<style>
a { background-color: #02330F; }
a { background-color: rgb(2,51,15); }
div.DivClassName
{
background-color: #02330F;
}
.BgClassName
{
background-color: #02330F;
}
</style>
border-color css
<style>
span { border-color: #02330F; }
span { border-color: rgb(2,51,15); }
td.TdClassName
{
border-color: #02330F;
}
.TagClassName
{
border-color: #02330F;
}
</style>