Shades of Japanese Laurel #267F39
Tints of Japanese Laurel #267F39
RGB
CMYK
RGB Variations
Color information
#267F39 (or 0x267F39) is known color: Japanese Laurel. HEX triplet: 26, 7F and 39. RGB value is (38,127,57). Sum of RGB (Red+Green+Blue) = 38+127+57=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 127 (50% from 255 or 57.21% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 127 - color contains mainly: green. Hex color #267F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267F39 is #D980C6. Grayscale: #5C5C5C. Windows color (decimal): -14254279 or 3768102. OLE color: 3768102.
HSL color Cylindrical-coordinate representation of color #267F39: hue angle of 132.81º 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 #267F39 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 127 | 57 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.50 |
| HSL | 132.81º | 0.54% | 0.32% | - |
| HSV(B) | 132.81º | 0.7% | 0.5% | - |
| XYZ | 9.13 | 15.89 | 6.46 | - |
| YUV | 92.41 | 108.01 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 57 | 0.70 | 0 | 0.55 | 0.50 | 132.81 | 0.54 | 0.32 |
| Hex | 26 | 7F | 39 | 46 | 0 | 37 | 32 | 85 | 36 | 20 |
| Octal | 46 | 177 | 71 | 106 | 0 | 67 | 62 | 205 | 66 | 40 |
| Binary | 100110 | 1111111 | 111001 | 1000110 | 0 | 110111 | 110010 | 10000101 | 110110 | 100000 |
Color Harmonies of #267F39
Complementary color
Monochromatic Colors of #267F39
Black with #267F39
Text Example
Text Example
White with #267F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F39; }
p { color: rgb(38,127,57); }
H1.HeaderClassName
{
color: #267F39;
}
.AnyTagClassName
{
color: #267F39;
}
</style>
background-color css
<style>
a { background-color: #267F39; }
a { background-color: rgb(38,127,57); }
div.DivClassName
{
background-color: #267F39;
}
.BgClassName
{
background-color: #267F39;
}
</style>
border-color css
<style>
span { border-color: #267F39; }
span { border-color: rgb(38,127,57); }
td.TdClassName
{
border-color: #267F39;
}
.TagClassName
{
border-color: #267F39;
}
</style>