Shades of Japanese Laurel #267F38
Tints of Japanese Laurel #267F38
RGB
CMYK
RGB Variations
Color information
#267F38 (or 0x267F38) is known color: Japanese Laurel. HEX triplet: 26, 7F and 38. RGB value is (38,127,56). Sum of RGB (Red+Green+Blue) = 38+127+56=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 127 (50% from 255 or 57.47% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 127 - color contains mainly: green. Hex color #267F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267F38 is #D980C7. Grayscale: #5C5C5C. Windows color (decimal): -14254280 or 3702566. OLE color: 3702566.
HSL color Cylindrical-coordinate representation of color #267F38: hue angle of 132.13º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267F38 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 127 | 56 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.50 |
| HSL | 132.13º | 0.54% | 0.32% | - |
| HSV(B) | 132.13º | 0.7% | 0.5% | - |
| XYZ | 9.1 | 15.88 | 6.33 | - |
| YUV | 92.3 | 107.51 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 56 | 0.70 | 0 | 0.56 | 0.50 | 132.13 | 0.54 | 0.32 |
| Hex | 26 | 7F | 38 | 46 | 0 | 38 | 32 | 84 | 36 | 20 |
| Octal | 46 | 177 | 70 | 106 | 0 | 70 | 62 | 204 | 66 | 40 |
| Binary | 100110 | 1111111 | 111000 | 1000110 | 0 | 111000 | 110010 | 10000100 | 110110 | 100000 |
Color Harmonies of #267F38
Complementary color
Monochromatic Colors of #267F38
Black with #267F38
Text Example
Text Example
White with #267F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F38; }
p { color: rgb(38,127,56); }
H1.HeaderClassName
{
color: #267F38;
}
.AnyTagClassName
{
color: #267F38;
}
</style>
background-color css
<style>
a { background-color: #267F38; }
a { background-color: rgb(38,127,56); }
div.DivClassName
{
background-color: #267F38;
}
.BgClassName
{
background-color: #267F38;
}
</style>
border-color css
<style>
span { border-color: #267F38; }
span { border-color: rgb(38,127,56); }
td.TdClassName
{
border-color: #267F38;
}
.TagClassName
{
border-color: #267F38;
}
</style>