Shades of Black Forest #263F18
Tints of Black Forest #263F18
RGB
CMYK
RGB Variations
Color information
#263F18 (or 0x263F18) is known color: Black Forest. HEX triplet: 26, 3F and 18. RGB value is (38,63,24). Sum of RGB (Red+Green+Blue) = 38+63+24=125 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.4% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #263F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263F18 is #D9C0E7. Grayscale: #333333. Windows color (decimal): -14270696 or 1589030. OLE color: 1589030.
HSL color Cylindrical-coordinate representation of color #263F18: hue angle of 98.46º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #263F18 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 63 | 24 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.75 |
| HSL | 98.46º | 0.45% | 0.17% | - |
| HSV(B) | 98.46º | 0.62% | 0.25% | - |
| XYZ | 2.74 | 4.03 | 1.5 | - |
| YUV | 51.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 24 | 0.40 | 0 | 0.62 | 0.75 | 98.46 | 0.45 | 0.17 |
| Hex | 26 | 3F | 18 | 28 | 0 | 3E | 4B | 62 | 2D | 11 |
| Octal | 46 | 77 | 30 | 50 | 0 | 76 | 113 | 142 | 55 | 21 |
| Binary | 100110 | 111111 | 11000 | 101000 | 0 | 111110 | 1001011 | 1100010 | 101101 | 10001 |
Color Harmonies of #263F18
Complementary color
Monochromatic Colors of #263F18
Black with #263F18
Text Example
Text Example
White with #263F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F18; }
p { color: rgb(38,63,24); }
H1.HeaderClassName
{
color: #263F18;
}
.AnyTagClassName
{
color: #263F18;
}
</style>
background-color css
<style>
a { background-color: #263F18; }
a { background-color: rgb(38,63,24); }
div.DivClassName
{
background-color: #263F18;
}
.BgClassName
{
background-color: #263F18;
}
</style>
border-color css
<style>
span { border-color: #263F18; }
span { border-color: rgb(38,63,24); }
td.TdClassName
{
border-color: #263F18;
}
.TagClassName
{
border-color: #263F18;
}
</style>