Shades of Japanese Laurel #267D31
Tints of Japanese Laurel #267D31
RGB
CMYK
RGB Variations
Color information
#267D31 (or 0x267D31) is known color: Japanese Laurel. HEX triplet: 26, 7D and 31. RGB value is (38,125,49). Sum of RGB (Red+Green+Blue) = 38+125+49=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #267D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267D31 is #D982CE. Grayscale: #5A5A5A. Windows color (decimal): -14254799 or 3243302. OLE color: 3243302.
HSL color Cylindrical-coordinate representation of color #267D31: hue angle of 127.59º degrees, saturation: 0.53, 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 #267D31 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 125 | 49 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.51 |
| HSL | 127.59º | 0.53% | 0.32% | - |
| HSV(B) | 127.59º | 0.7% | 0.49% | - |
| XYZ | 8.69 | 15.3 | 5.4 | - |
| YUV | 90.32 | 104.68 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 49 | 0.70 | 0 | 0.61 | 0.51 | 127.59 | 0.53 | 0.32 |
| Hex | 26 | 7D | 31 | 46 | 0 | 3D | 33 | 80 | 35 | 20 |
| Octal | 46 | 175 | 61 | 106 | 0 | 75 | 63 | 200 | 65 | 40 |
| Binary | 100110 | 1111101 | 110001 | 1000110 | 0 | 111101 | 110011 | 10000000 | 110101 | 100000 |
Color Harmonies of #267D31
Complementary color
Monochromatic Colors of #267D31
Black with #267D31
Text Example
Text Example
White with #267D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267D31; }
p { color: rgb(38,125,49); }
H1.HeaderClassName
{
color: #267D31;
}
.AnyTagClassName
{
color: #267D31;
}
</style>
background-color css
<style>
a { background-color: #267D31; }
a { background-color: rgb(38,125,49); }
div.DivClassName
{
background-color: #267D31;
}
.BgClassName
{
background-color: #267D31;
}
</style>
border-color css
<style>
span { border-color: #267D31; }
span { border-color: rgb(38,125,49); }
td.TdClassName
{
border-color: #267D31;
}
.TagClassName
{
border-color: #267D31;
}
</style>