Shades of Japanese Laurel #26893C
Tints of Japanese Laurel #26893C
RGB
CMYK
RGB Variations
Color information
#26893C (or 0x26893C) is known color: Japanese Laurel. HEX triplet: 26, 89 and 3C. RGB value is (38,137,60). Sum of RGB (Red+Green+Blue) = 38+137+60=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 137 (53.91% from 255 or 58.30% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 137 - color contains mainly: green. Hex color #26893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26893C is #D976C3. Grayscale: #626262. Windows color (decimal): -14251716 or 3967270. OLE color: 3967270.
HSL color Cylindrical-coordinate representation of color #26893C: hue angle of 133.33º 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 #26893C is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 137 | 60 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.46 |
| HSL | 133.33º | 0.57% | 0.34% | - |
| HSV(B) | 133.33º | 0.72% | 0.54% | - |
| XYZ | 10.56 | 18.63 | 7.31 | - |
| YUV | 98.62 | 106.2 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 60 | 0.72 | 0 | 0.56 | 0.46 | 133.33 | 0.57 | 0.34 |
| Hex | 26 | 89 | 3C | 48 | 0 | 38 | 2E | 85 | 39 | 22 |
| Octal | 46 | 211 | 74 | 110 | 0 | 70 | 56 | 205 | 71 | 42 |
| Binary | 100110 | 10001001 | 111100 | 1001000 | 0 | 111000 | 101110 | 10000101 | 111001 | 100010 |
Color Harmonies of #26893C
Complementary color
Monochromatic Colors of #26893C
Black with #26893C
Text Example
Text Example
White with #26893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26893C; }
p { color: rgb(38,137,60); }
H1.HeaderClassName
{
color: #26893C;
}
.AnyTagClassName
{
color: #26893C;
}
</style>
background-color css
<style>
a { background-color: #26893C; }
a { background-color: rgb(38,137,60); }
div.DivClassName
{
background-color: #26893C;
}
.BgClassName
{
background-color: #26893C;
}
</style>
border-color css
<style>
span { border-color: #26893C; }
span { border-color: rgb(38,137,60); }
td.TdClassName
{
border-color: #26893C;
}
.TagClassName
{
border-color: #26893C;
}
</style>