Shades of Japanese Laurel #26893A
Tints of Japanese Laurel #26893A
RGB
CMYK
RGB Variations
Color information
#26893A (or 0x26893A) is known color: Japanese Laurel. HEX triplet: 26, 89 and 3A. RGB value is (38,137,58). Sum of RGB (Red+Green+Blue) = 38+137+58=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 137 (53.91% from 255 or 58.80% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 137 - color contains mainly: green. Hex color #26893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26893A is #D976C5. Grayscale: #626262. Windows color (decimal): -14251718 or 3836198. OLE color: 3836198.
HSL color Cylindrical-coordinate representation of color #26893A: hue angle of 132.12º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26893A is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 137 | 58 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.46 |
| HSL | 132.12º | 0.57% | 0.34% | - |
| HSV(B) | 132.12º | 0.72% | 0.54% | - |
| XYZ | 10.51 | 18.61 | 7.04 | - |
| YUV | 98.39 | 105.2 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 58 | 0.72 | 0 | 0.58 | 0.46 | 132.12 | 0.57 | 0.34 |
| Hex | 26 | 89 | 3A | 48 | 0 | 3A | 2E | 84 | 39 | 22 |
| Octal | 46 | 211 | 72 | 110 | 0 | 72 | 56 | 204 | 71 | 42 |
| Binary | 100110 | 10001001 | 111010 | 1001000 | 0 | 111010 | 101110 | 10000100 | 111001 | 100010 |
Color Harmonies of #26893A
Complementary color
Monochromatic Colors of #26893A
Black with #26893A
Text Example
Text Example
White with #26893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26893A; }
p { color: rgb(38,137,58); }
H1.HeaderClassName
{
color: #26893A;
}
.AnyTagClassName
{
color: #26893A;
}
</style>
background-color css
<style>
a { background-color: #26893A; }
a { background-color: rgb(38,137,58); }
div.DivClassName
{
background-color: #26893A;
}
.BgClassName
{
background-color: #26893A;
}
</style>
border-color css
<style>
span { border-color: #26893A; }
span { border-color: rgb(38,137,58); }
td.TdClassName
{
border-color: #26893A;
}
.TagClassName
{
border-color: #26893A;
}
</style>