Shades of Japanese Laurel #268839
Tints of Japanese Laurel #268839
RGB
CMYK
RGB Variations
Color information
#268839 (or 0x268839) is known color: Japanese Laurel. HEX triplet: 26, 88 and 39. RGB value is (38,136,57). Sum of RGB (Red+Green+Blue) = 38+136+57=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #268839 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268839 is #D977C6. Grayscale: #616161. Windows color (decimal): -14251975 or 3770406. OLE color: 3770406.
HSL color Cylindrical-coordinate representation of color #268839: hue angle of 131.63º 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 #268839 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 136 | 57 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.47 |
| HSL | 131.63º | 0.56% | 0.34% | - |
| HSV(B) | 131.63º | 0.72% | 0.53% | - |
| XYZ | 10.34 | 18.32 | 6.86 | - |
| YUV | 97.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 136 | 57 | 0.72 | 0 | 0.58 | 0.47 | 131.63 | 0.56 | 0.34 |
| Hex | 26 | 88 | 39 | 48 | 0 | 3A | 2F | 84 | 38 | 22 |
| Octal | 46 | 210 | 71 | 110 | 0 | 72 | 57 | 204 | 70 | 42 |
| Binary | 100110 | 10001000 | 111001 | 1001000 | 0 | 111010 | 101111 | 10000100 | 111000 | 100010 |
Color Harmonies of #268839
Complementary color
Monochromatic Colors of #268839
Black with #268839
Text Example
Text Example
White with #268839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268839; }
p { color: rgb(38,136,57); }
H1.HeaderClassName
{
color: #268839;
}
.AnyTagClassName
{
color: #268839;
}
</style>
background-color css
<style>
a { background-color: #268839; }
a { background-color: rgb(38,136,57); }
div.DivClassName
{
background-color: #268839;
}
.BgClassName
{
background-color: #268839;
}
</style>
border-color css
<style>
span { border-color: #268839; }
span { border-color: rgb(38,136,57); }
td.TdClassName
{
border-color: #268839;
}
.TagClassName
{
border-color: #268839;
}
</style>