Shades of Deep Fir #17431E
Tints of Deep Fir #17431E
RGB
CMYK
RGB Variations
Color information
#17431E (or 0x17431E) is known color: Deep Fir. HEX triplet: 17, 43 and 1E. RGB value is (23,67,30). Sum of RGB (Red+Green+Blue) = 23+67+30=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #17431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17431E is #E8BCE1. Grayscale: #313131. Windows color (decimal): -15252706 or 1983255. OLE color: 1983255.
HSL color Cylindrical-coordinate representation of color #17431E: hue angle of 129.55º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #17431E is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 67 | 30 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.74 |
| HSL | 129.55º | 0.49% | 0.18% | - |
| HSV(B) | 129.55º | 0.66% | 0.26% | - |
| XYZ | 2.59 | 4.29 | 1.92 | - |
| YUV | 49.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 30 | 0.66 | 0 | 0.55 | 0.74 | 129.55 | 0.49 | 0.18 |
| Hex | 17 | 43 | 1E | 42 | 0 | 37 | 4A | 82 | 31 | 12 |
| Octal | 27 | 103 | 36 | 102 | 0 | 67 | 112 | 202 | 61 | 22 |
| Binary | 10111 | 1000011 | 11110 | 1000010 | 0 | 110111 | 1001010 | 10000010 | 110001 | 10010 |
Color Harmonies of #17431E
Complementary color
Monochromatic Colors of #17431E
Black with #17431E
Text Example
Text Example
White with #17431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17431E; }
p { color: rgb(23,67,30); }
H1.HeaderClassName
{
color: #17431E;
}
.AnyTagClassName
{
color: #17431E;
}
</style>
background-color css
<style>
a { background-color: #17431E; }
a { background-color: rgb(23,67,30); }
div.DivClassName
{
background-color: #17431E;
}
.BgClassName
{
background-color: #17431E;
}
</style>
border-color css
<style>
span { border-color: #17431E; }
span { border-color: rgb(23,67,30); }
td.TdClassName
{
border-color: #17431E;
}
.TagClassName
{
border-color: #17431E;
}
</style>