Shades of Deep Fir #00430A
Tints of Deep Fir #00430A
RGB
CMYK
RGB Variations
Color information
#00430A (or 0x00430A) is known color: Deep Fir. HEX triplet: 00, 43 and 0A. RGB value is (0,67,10). Sum of RGB (Red+Green+Blue) = 0+67+10=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 67 (26.56% from 255 or 87.01% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 67 - color contains mainly: green. Hex color #00430A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00430A is #FFBCF5. Grayscale: #282828. Windows color (decimal): -16760054 or 672512. OLE color: 672512.
HSL color Cylindrical-coordinate representation of color #00430A: hue angle of 128.96º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00430A is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 67 | 10 | - |
| CMYK | 1 | 0 | 0.85 | 0.74 |
| HSL | 128.96º | 1% | 0.13% | - |
| HSV(B) | 128.96º | 1% | 0.26% | - |
| XYZ | 2.06 | 4.04 | 0.96 | - |
| YUV | 40.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 10 | 1 | 0 | 0.85 | 0.74 | 128.96 | 1 | 0.13 |
| Hex | 0 | 43 | A | 64 | 0 | 55 | 4A | 81 | 64 | D |
| Octal | 0 | 103 | 12 | 144 | 0 | 125 | 112 | 201 | 144 | 15 |
| Binary | 0 | 1000011 | 1010 | 1100100 | 0 | 1010101 | 1001010 | 10000001 | 1100100 | 1101 |
Color Harmonies of #00430A
Complementary color
Monochromatic Colors of #00430A
Black with #00430A
Text Example
Text Example
White with #00430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00430A; }
p { color: rgb(0,67,10); }
H1.HeaderClassName
{
color: #00430A;
}
.AnyTagClassName
{
color: #00430A;
}
</style>
background-color css
<style>
a { background-color: #00430A; }
a { background-color: rgb(0,67,10); }
div.DivClassName
{
background-color: #00430A;
}
.BgClassName
{
background-color: #00430A;
}
</style>
border-color css
<style>
span { border-color: #00430A; }
span { border-color: rgb(0,67,10); }
td.TdClassName
{
border-color: #00430A;
}
.TagClassName
{
border-color: #00430A;
}
</style>