Shades of Japanese Laurel #267E38
Tints of Japanese Laurel #267E38
RGB
CMYK
RGB Variations
Color information
#267E38 (or 0x267E38) is known color: Japanese Laurel. HEX triplet: 26, 7E and 38. RGB value is (38,126,56). Sum of RGB (Red+Green+Blue) = 38+126+56=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 126 (49.61% from 255 or 57.27% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 126 - color contains mainly: green. Hex color #267E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267E38 is #D981C7. Grayscale: #5B5B5B. Windows color (decimal): -14254536 or 3702310. OLE color: 3702310.
HSL color Cylindrical-coordinate representation of color #267E38: hue angle of 132.27º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267E38 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 126 | 56 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.51 |
| HSL | 132.27º | 0.54% | 0.32% | - |
| HSV(B) | 132.27º | 0.7% | 0.49% | - |
| XYZ | 8.97 | 15.62 | 6.28 | - |
| YUV | 91.71 | 107.85 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 126 | 56 | 0.70 | 0 | 0.56 | 0.51 | 132.27 | 0.54 | 0.32 |
| Hex | 26 | 7E | 38 | 46 | 0 | 38 | 33 | 84 | 36 | 20 |
| Octal | 46 | 176 | 70 | 106 | 0 | 70 | 63 | 204 | 66 | 40 |
| Binary | 100110 | 1111110 | 111000 | 1000110 | 0 | 111000 | 110011 | 10000100 | 110110 | 100000 |
Color Harmonies of #267E38
Complementary color
Monochromatic Colors of #267E38
Black with #267E38
Text Example
Text Example
White with #267E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267E38; }
p { color: rgb(38,126,56); }
H1.HeaderClassName
{
color: #267E38;
}
.AnyTagClassName
{
color: #267E38;
}
</style>
background-color css
<style>
a { background-color: #267E38; }
a { background-color: rgb(38,126,56); }
div.DivClassName
{
background-color: #267E38;
}
.BgClassName
{
background-color: #267E38;
}
</style>
border-color css
<style>
span { border-color: #267E38; }
span { border-color: rgb(38,126,56); }
td.TdClassName
{
border-color: #267E38;
}
.TagClassName
{
border-color: #267E38;
}
</style>