Shades of Japanese Laurel #26873B
Tints of Japanese Laurel #26873B
RGB
CMYK
RGB Variations
Color information
#26873B (or 0x26873B) is known color: Japanese Laurel. HEX triplet: 26, 87 and 3B. RGB value is (38,135,59). Sum of RGB (Red+Green+Blue) = 38+135+59=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #26873B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26873B is #D978C4. Grayscale: #616161. Windows color (decimal): -14252229 or 3901222. OLE color: 3901222.
HSL color Cylindrical-coordinate representation of color #26873B: hue angle of 132.99º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26873B is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 135 | 59 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.47 |
| HSL | 132.99º | 0.56% | 0.34% | - |
| HSV(B) | 132.99º | 0.72% | 0.53% | - |
| XYZ | 10.25 | 18.06 | 7.08 | - |
| YUV | 97.33 | 106.36 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 59 | 0.72 | 0 | 0.56 | 0.47 | 132.99 | 0.56 | 0.34 |
| Hex | 26 | 87 | 3B | 48 | 0 | 38 | 2F | 85 | 38 | 22 |
| Octal | 46 | 207 | 73 | 110 | 0 | 70 | 57 | 205 | 70 | 42 |
| Binary | 100110 | 10000111 | 111011 | 1001000 | 0 | 111000 | 101111 | 10000101 | 111000 | 100010 |
Color Harmonies of #26873B
Complementary color
Monochromatic Colors of #26873B
Black with #26873B
Text Example
Text Example
White with #26873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26873B; }
p { color: rgb(38,135,59); }
H1.HeaderClassName
{
color: #26873B;
}
.AnyTagClassName
{
color: #26873B;
}
</style>
background-color css
<style>
a { background-color: #26873B; }
a { background-color: rgb(38,135,59); }
div.DivClassName
{
background-color: #26873B;
}
.BgClassName
{
background-color: #26873B;
}
</style>
border-color css
<style>
span { border-color: #26873B; }
span { border-color: rgb(38,135,59); }
td.TdClassName
{
border-color: #26873B;
}
.TagClassName
{
border-color: #26873B;
}
</style>