Shades of Japanese Laurel #267F37
Tints of Japanese Laurel #267F37
RGB
CMYK
RGB Variations
Color information
#267F37 (or 0x267F37) is known color: Japanese Laurel. HEX triplet: 26, 7F and 37. RGB value is (38,127,55). Sum of RGB (Red+Green+Blue) = 38+127+55=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #267F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267F37 is #D980C8. Grayscale: #5C5C5C. Windows color (decimal): -14254281 or 3637030. OLE color: 3637030.
HSL color Cylindrical-coordinate representation of color #267F37: hue angle of 131.46º 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 #267F37 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 127 | 55 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.50 |
| HSL | 131.46º | 0.54% | 0.32% | - |
| HSV(B) | 131.46º | 0.7% | 0.5% | - |
| XYZ | 9.08 | 15.87 | 6.2 | - |
| YUV | 92.18 | 107.01 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 55 | 0.70 | 0 | 0.57 | 0.50 | 131.46 | 0.54 | 0.32 |
| Hex | 26 | 7F | 37 | 46 | 0 | 39 | 32 | 83 | 36 | 20 |
| Octal | 46 | 177 | 67 | 106 | 0 | 71 | 62 | 203 | 66 | 40 |
| Binary | 100110 | 1111111 | 110111 | 1000110 | 0 | 111001 | 110010 | 10000011 | 110110 | 100000 |
Color Harmonies of #267F37
Complementary color
Monochromatic Colors of #267F37
Black with #267F37
Text Example
Text Example
White with #267F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F37; }
p { color: rgb(38,127,55); }
H1.HeaderClassName
{
color: #267F37;
}
.AnyTagClassName
{
color: #267F37;
}
</style>
background-color css
<style>
a { background-color: #267F37; }
a { background-color: rgb(38,127,55); }
div.DivClassName
{
background-color: #267F37;
}
.BgClassName
{
background-color: #267F37;
}
</style>
border-color css
<style>
span { border-color: #267F37; }
span { border-color: rgb(38,127,55); }
td.TdClassName
{
border-color: #267F37;
}
.TagClassName
{
border-color: #267F37;
}
</style>