Shades of Japanese Laurel #267A34
Tints of Japanese Laurel #267A34
RGB
CMYK
RGB Variations
Color information
#267A34 (or 0x267A34) is known color: Japanese Laurel. HEX triplet: 26, 7A and 34. RGB value is (38,122,52). Sum of RGB (Red+Green+Blue) = 38+122+52=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 122 (48.05% from 255 or 57.55% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 122 - color contains mainly: green. Hex color #267A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267A34 is #D985CB. Grayscale: #595959. Windows color (decimal): -14255564 or 3439142. OLE color: 3439142.
HSL color Cylindrical-coordinate representation of color #267A34: hue angle of 130º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267A34 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 122 | 52 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.52 |
| HSL | 130º | 0.53% | 0.31% | - |
| HSV(B) | 130º | 0.69% | 0.48% | - |
| XYZ | 8.38 | 14.58 | 5.62 | - |
| YUV | 88.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 52 | 0.69 | 0 | 0.57 | 0.52 | 130 | 0.53 | 0.31 |
| Hex | 26 | 7A | 34 | 45 | 0 | 39 | 34 | 82 | 34 | 1F |
| Octal | 46 | 172 | 64 | 105 | 0 | 71 | 64 | 202 | 64 | 37 |
| Binary | 100110 | 1111010 | 110100 | 1000101 | 0 | 111001 | 110100 | 10000010 | 110100 | 11111 |
Color Harmonies of #267A34
Complementary color
Monochromatic Colors of #267A34
Black with #267A34
Text Example
Text Example
White with #267A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267A34; }
p { color: rgb(38,122,52); }
H1.HeaderClassName
{
color: #267A34;
}
.AnyTagClassName
{
color: #267A34;
}
</style>
background-color css
<style>
a { background-color: #267A34; }
a { background-color: rgb(38,122,52); }
div.DivClassName
{
background-color: #267A34;
}
.BgClassName
{
background-color: #267A34;
}
</style>
border-color css
<style>
span { border-color: #267A34; }
span { border-color: rgb(38,122,52); }
td.TdClassName
{
border-color: #267A34;
}
.TagClassName
{
border-color: #267A34;
}
</style>