Shades of Japanese Laurel #2B7426
Tints of Japanese Laurel #2B7426
RGB
CMYK
RGB Variations
Color information
#2B7426 (or 0x2B7426) is known color: Japanese Laurel. HEX triplet: 2B, 74 and 26. RGB value is (43,116,38). Sum of RGB (Red+Green+Blue) = 43+116+38=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7426 is #D48BD9. Grayscale: #555555. Windows color (decimal): -13929434 or 2520107. OLE color: 2520107.
HSL color Cylindrical-coordinate representation of color #2B7426: hue angle of 116.15º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B7426 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 38 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.55 |
| HSL | 116.15º | 0.51% | 0.3% | - |
| HSV(B) | 116.15º | 0.67% | 0.45% | - |
| XYZ | 7.59 | 13.14 | 3.97 | - |
| YUV | 85.28 | 101.32 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 38 | 0.63 | 0 | 0.67 | 0.55 | 116.15 | 0.51 | 0.3 |
| Hex | 2B | 74 | 26 | 3F | 0 | 43 | 37 | 74 | 33 | 1E |
| Octal | 53 | 164 | 46 | 77 | 0 | 103 | 67 | 164 | 63 | 36 |
| Binary | 101011 | 1110100 | 100110 | 111111 | 0 | 1000011 | 110111 | 1110100 | 110011 | 11110 |
Color Harmonies of #2B7426
Complementary color
Monochromatic Colors of #2B7426
Black with #2B7426
Text Example
Text Example
White with #2B7426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7426; }
p { color: rgb(43,116,38); }
H1.HeaderClassName
{
color: #2B7426;
}
.AnyTagClassName
{
color: #2B7426;
}
</style>
background-color css
<style>
a { background-color: #2B7426; }
a { background-color: rgb(43,116,38); }
div.DivClassName
{
background-color: #2B7426;
}
.BgClassName
{
background-color: #2B7426;
}
</style>
border-color css
<style>
span { border-color: #2B7426; }
span { border-color: rgb(43,116,38); }
td.TdClassName
{
border-color: #2B7426;
}
.TagClassName
{
border-color: #2B7426;
}
</style>