Shades of Japanese Laurel #267C29
Tints of Japanese Laurel #267C29
RGB
CMYK
RGB Variations
Color information
#267C29 (or 0x267C29) is known color: Japanese Laurel. HEX triplet: 26, 7C and 29. RGB value is (38,124,41). Sum of RGB (Red+Green+Blue) = 38+124+41=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #267C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267C29 is #D983D6. Grayscale: #595959. Windows color (decimal): -14255063 or 2718758. OLE color: 2718758.
HSL color Cylindrical-coordinate representation of color #267C29: hue angle of 122.09º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267C29 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 124 | 41 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.51 |
| HSL | 122.09º | 0.53% | 0.32% | - |
| HSV(B) | 122.09º | 0.69% | 0.49% | - |
| XYZ | 8.41 | 14.99 | 4.55 | - |
| YUV | 88.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 41 | 0.69 | 0 | 0.67 | 0.51 | 122.09 | 0.53 | 0.32 |
| Hex | 26 | 7C | 29 | 45 | 0 | 43 | 33 | 7A | 35 | 20 |
| Octal | 46 | 174 | 51 | 105 | 0 | 103 | 63 | 172 | 65 | 40 |
| Binary | 100110 | 1111100 | 101001 | 1000101 | 0 | 1000011 | 110011 | 1111010 | 110101 | 100000 |
Color Harmonies of #267C29
Complementary color
Monochromatic Colors of #267C29
Black with #267C29
Text Example
Text Example
White with #267C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C29; }
p { color: rgb(38,124,41); }
H1.HeaderClassName
{
color: #267C29;
}
.AnyTagClassName
{
color: #267C29;
}
</style>
background-color css
<style>
a { background-color: #267C29; }
a { background-color: rgb(38,124,41); }
div.DivClassName
{
background-color: #267C29;
}
.BgClassName
{
background-color: #267C29;
}
</style>
border-color css
<style>
span { border-color: #267C29; }
span { border-color: rgb(38,124,41); }
td.TdClassName
{
border-color: #267C29;
}
.TagClassName
{
border-color: #267C29;
}
</style>