Shades of Black Forest #263A18
Tints of Black Forest #263A18
RGB
CMYK
RGB Variations
Color information
#263A18 (or 0x263A18) is known color: Black Forest. HEX triplet: 26, 3A and 18. RGB value is (38,58,24). Sum of RGB (Red+Green+Blue) = 38+58+24=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 58 - color contains mainly: green. Hex color #263A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263A18 is #D9C5E7. Grayscale: #303030. Windows color (decimal): -14271976 or 1587750. OLE color: 1587750.
HSL color Cylindrical-coordinate representation of color #263A18: hue angle of 95.29º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #263A18 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 58 | 24 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.77 |
| HSL | 95.29º | 0.41% | 0.16% | - |
| HSV(B) | 95.29º | 0.59% | 0.23% | - |
| XYZ | 2.48 | 3.5 | 1.41 | - |
| YUV | 48.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 24 | 0.34 | 0 | 0.59 | 0.77 | 95.29 | 0.41 | 0.16 |
| Hex | 26 | 3A | 18 | 22 | 0 | 3B | 4D | 5F | 29 | 10 |
| Octal | 46 | 72 | 30 | 42 | 0 | 73 | 115 | 137 | 51 | 20 |
| Binary | 100110 | 111010 | 11000 | 100010 | 0 | 111011 | 1001101 | 1011111 | 101001 | 10000 |
Color Harmonies of #263A18
Complementary color
Monochromatic Colors of #263A18
Black with #263A18
Text Example
Text Example
White with #263A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A18; }
p { color: rgb(38,58,24); }
H1.HeaderClassName
{
color: #263A18;
}
.AnyTagClassName
{
color: #263A18;
}
</style>
background-color css
<style>
a { background-color: #263A18; }
a { background-color: rgb(38,58,24); }
div.DivClassName
{
background-color: #263A18;
}
.BgClassName
{
background-color: #263A18;
}
</style>
border-color css
<style>
span { border-color: #263A18; }
span { border-color: rgb(38,58,24); }
td.TdClassName
{
border-color: #263A18;
}
.TagClassName
{
border-color: #263A18;
}
</style>