Shades of Japanese Laurel #26731F
Tints of Japanese Laurel #26731F
RGB
CMYK
RGB Variations
Color information
#26731F (or 0x26731F) is known color: Japanese Laurel. HEX triplet: 26, 73 and 1F. RGB value is (38,115,31). Sum of RGB (Red+Green+Blue) = 38+115+31=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #26731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26731F is #D98CE0. Grayscale: #525252. Windows color (decimal): -14257377 or 2061094. OLE color: 2061094.
HSL color Cylindrical-coordinate representation of color #26731F: hue angle of 115º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26731F is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 115 | 31 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.55 |
| HSL | 115º | 0.58% | 0.29% | - |
| HSV(B) | 115º | 0.73% | 0.45% | - |
| XYZ | 7.18 | 12.77 | 3.38 | - |
| YUV | 82.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 31 | 0.67 | 0 | 0.73 | 0.55 | 115 | 0.58 | 0.29 |
| Hex | 26 | 73 | 1F | 43 | 0 | 49 | 37 | 73 | 3A | 1D |
| Octal | 46 | 163 | 37 | 103 | 0 | 111 | 67 | 163 | 72 | 35 |
| Binary | 100110 | 1110011 | 11111 | 1000011 | 0 | 1001001 | 110111 | 1110011 | 111010 | 11101 |
Color Harmonies of #26731F
Complementary color
Monochromatic Colors of #26731F
Black with #26731F
Text Example
Text Example
White with #26731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26731F; }
p { color: rgb(38,115,31); }
H1.HeaderClassName
{
color: #26731F;
}
.AnyTagClassName
{
color: #26731F;
}
</style>
background-color css
<style>
a { background-color: #26731F; }
a { background-color: rgb(38,115,31); }
div.DivClassName
{
background-color: #26731F;
}
.BgClassName
{
background-color: #26731F;
}
</style>
border-color css
<style>
span { border-color: #26731F; }
span { border-color: rgb(38,115,31); }
td.TdClassName
{
border-color: #26731F;
}
.TagClassName
{
border-color: #26731F;
}
</style>