Shades of Japanese Laurel #267C30
Tints of Japanese Laurel #267C30
RGB
CMYK
RGB Variations
Color information
#267C30 (or 0x267C30) is known color: Japanese Laurel. HEX triplet: 26, 7C and 30. RGB value is (38,124,48). Sum of RGB (Red+Green+Blue) = 38+124+48=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #267C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267C30 is #D983CF. Grayscale: #595959. Windows color (decimal): -14255056 or 3177510. OLE color: 3177510.
HSL color Cylindrical-coordinate representation of color #267C30: hue angle of 126.98º 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 #267C30 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 124 | 48 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.51 |
| HSL | 126.98º | 0.53% | 0.32% | - |
| HSV(B) | 126.98º | 0.69% | 0.49% | - |
| XYZ | 8.54 | 15.04 | 5.25 | - |
| YUV | 89.62 | 104.51 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 48 | 0.69 | 0 | 0.61 | 0.51 | 126.98 | 0.53 | 0.32 |
| Hex | 26 | 7C | 30 | 45 | 0 | 3D | 33 | 7F | 35 | 20 |
| Octal | 46 | 174 | 60 | 105 | 0 | 75 | 63 | 177 | 65 | 40 |
| Binary | 100110 | 1111100 | 110000 | 1000101 | 0 | 111101 | 110011 | 1111111 | 110101 | 100000 |
Color Harmonies of #267C30
Complementary color
Monochromatic Colors of #267C30
Black with #267C30
Text Example
Text Example
White with #267C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C30; }
p { color: rgb(38,124,48); }
H1.HeaderClassName
{
color: #267C30;
}
.AnyTagClassName
{
color: #267C30;
}
</style>
background-color css
<style>
a { background-color: #267C30; }
a { background-color: rgb(38,124,48); }
div.DivClassName
{
background-color: #267C30;
}
.BgClassName
{
background-color: #267C30;
}
</style>
border-color css
<style>
span { border-color: #267C30; }
span { border-color: rgb(38,124,48); }
td.TdClassName
{
border-color: #267C30;
}
.TagClassName
{
border-color: #267C30;
}
</style>