Shades of Pine Tree #1C230B
Tints of Pine Tree #1C230B
RGB
CMYK
RGB Variations
Color information
#1C230B (or 0x1C230B) is known color: Pine Tree. HEX triplet: 1C, 23 and 0B. RGB value is (28,35,11). Sum of RGB (Red+Green+Blue) = 28+35+11=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #1C230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C230B is #E3DCF4. Grayscale: #1E1E1E. Windows color (decimal): -14933237 or 729884. OLE color: 729884.
HSL color Cylindrical-coordinate representation of color #1C230B: hue angle of 77.5º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C230B is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 35 | 11 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.86 |
| HSL | 77.5º | 0.52% | 0.09% | - |
| HSV(B) | 77.5º | 0.69% | 0.14% | - |
| XYZ | 1.14 | 1.47 | 0.54 | - |
| YUV | 30.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 35 | 11 | 0.20 | 0 | 0.69 | 0.86 | 77.5 | 0.52 | 0.09 |
| Hex | 1C | 23 | B | 14 | 0 | 45 | 56 | 4E | 34 | 9 |
| Octal | 34 | 43 | 13 | 24 | 0 | 105 | 126 | 116 | 64 | 11 |
| Binary | 11100 | 100011 | 1011 | 10100 | 0 | 1000101 | 1010110 | 1001110 | 110100 | 1001 |
Color Harmonies of #1C230B
Complementary color
Monochromatic Colors of #1C230B
Black with #1C230B
Text Example
Text Example
White with #1C230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C230B; }
p { color: rgb(28,35,11); }
H1.HeaderClassName
{
color: #1C230B;
}
.AnyTagClassName
{
color: #1C230B;
}
</style>
background-color css
<style>
a { background-color: #1C230B; }
a { background-color: rgb(28,35,11); }
div.DivClassName
{
background-color: #1C230B;
}
.BgClassName
{
background-color: #1C230B;
}
</style>
border-color css
<style>
span { border-color: #1C230B; }
span { border-color: rgb(28,35,11); }
td.TdClassName
{
border-color: #1C230B;
}
.TagClassName
{
border-color: #1C230B;
}
</style>