Shades of Japanese Laurel #267D28
Tints of Japanese Laurel #267D28
RGB
CMYK
RGB Variations
Color information
#267D28 (or 0x267D28) is known color: Japanese Laurel. HEX triplet: 26, 7D and 28. RGB value is (38,125,40). Sum of RGB (Red+Green+Blue) = 38+125+40=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 125 (49.22% from 255 or 61.58% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 125 - color contains mainly: green. Hex color #267D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267D28 is #D982D7. Grayscale: #595959. Windows color (decimal): -14254808 or 2653478. OLE color: 2653478.
HSL color Cylindrical-coordinate representation of color #267D28: hue angle of 121.38º 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 #267D28 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 125 | 40 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.51 |
| HSL | 121.38º | 0.53% | 0.32% | - |
| HSV(B) | 121.38º | 0.7% | 0.49% | - |
| XYZ | 8.52 | 15.23 | 4.5 | - |
| YUV | 89.3 | 100.18 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 40 | 0.70 | 0 | 0.68 | 0.51 | 121.38 | 0.53 | 0.32 |
| Hex | 26 | 7D | 28 | 46 | 0 | 44 | 33 | 79 | 35 | 20 |
| Octal | 46 | 175 | 50 | 106 | 0 | 104 | 63 | 171 | 65 | 40 |
| Binary | 100110 | 1111101 | 101000 | 1000110 | 0 | 1000100 | 110011 | 1111001 | 110101 | 100000 |
Color Harmonies of #267D28
Complementary color
Monochromatic Colors of #267D28
Black with #267D28
Text Example
Text Example
White with #267D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267D28; }
p { color: rgb(38,125,40); }
H1.HeaderClassName
{
color: #267D28;
}
.AnyTagClassName
{
color: #267D28;
}
</style>
background-color css
<style>
a { background-color: #267D28; }
a { background-color: rgb(38,125,40); }
div.DivClassName
{
background-color: #267D28;
}
.BgClassName
{
background-color: #267D28;
}
</style>
border-color css
<style>
span { border-color: #267D28; }
span { border-color: rgb(38,125,40); }
td.TdClassName
{
border-color: #267D28;
}
.TagClassName
{
border-color: #267D28;
}
</style>