Shades of Japanese Laurel #267E34
Tints of Japanese Laurel #267E34
RGB
CMYK
RGB Variations
Color information
#267E34 (or 0x267E34) is known color: Japanese Laurel. HEX triplet: 26, 7E and 34. RGB value is (38,126,52). Sum of RGB (Red+Green+Blue) = 38+126+52=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 126 (49.61% from 255 or 58.33% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 126 - color contains mainly: green. Hex color #267E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267E34 is #D981CB. Grayscale: #5B5B5B. Windows color (decimal): -14254540 or 3440166. OLE color: 3440166.
HSL color Cylindrical-coordinate representation of color #267E34: hue angle of 129.55º 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 #267E34 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 126 | 52 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.51 |
| HSL | 129.55º | 0.54% | 0.32% | - |
| HSV(B) | 129.55º | 0.7% | 0.49% | - |
| XYZ | 8.88 | 15.58 | 5.79 | - |
| YUV | 91.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 126 | 52 | 0.70 | 0 | 0.59 | 0.51 | 129.55 | 0.54 | 0.32 |
| Hex | 26 | 7E | 34 | 46 | 0 | 3B | 33 | 82 | 36 | 20 |
| Octal | 46 | 176 | 64 | 106 | 0 | 73 | 63 | 202 | 66 | 40 |
| Binary | 100110 | 1111110 | 110100 | 1000110 | 0 | 111011 | 110011 | 10000010 | 110110 | 100000 |
Color Harmonies of #267E34
Complementary color
Monochromatic Colors of #267E34
Black with #267E34
Text Example
Text Example
White with #267E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267E34; }
p { color: rgb(38,126,52); }
H1.HeaderClassName
{
color: #267E34;
}
.AnyTagClassName
{
color: #267E34;
}
</style>
background-color css
<style>
a { background-color: #267E34; }
a { background-color: rgb(38,126,52); }
div.DivClassName
{
background-color: #267E34;
}
.BgClassName
{
background-color: #267E34;
}
</style>
border-color css
<style>
span { border-color: #267E34; }
span { border-color: rgb(38,126,52); }
td.TdClassName
{
border-color: #267E34;
}
.TagClassName
{
border-color: #267E34;
}
</style>