Shades of Japanese Laurel #2B7629
Tints of Japanese Laurel #2B7629
RGB
CMYK
RGB Variations
Color information
#2B7629 (or 0x2B7629) is known color: Japanese Laurel. HEX triplet: 2B, 76 and 29. RGB value is (43,118,41). Sum of RGB (Red+Green+Blue) = 43+118+41=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7629 is #D489D6. Grayscale: #575757. Windows color (decimal): -13928919 or 2717227. OLE color: 2717227.
HSL color Cylindrical-coordinate representation of color #2B7629: hue angle of 118.44º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7629 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 41 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.54 |
| HSL | 118.44º | 0.48% | 0.31% | - |
| HSV(B) | 118.44º | 0.65% | 0.46% | - |
| XYZ | 7.87 | 13.63 | 4.31 | - |
| YUV | 86.8 | 102.15 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 41 | 0.64 | 0 | 0.65 | 0.54 | 118.44 | 0.48 | 0.31 |
| Hex | 2B | 76 | 29 | 40 | 0 | 41 | 36 | 76 | 30 | 1F |
| Octal | 53 | 166 | 51 | 100 | 0 | 101 | 66 | 166 | 60 | 37 |
| Binary | 101011 | 1110110 | 101001 | 1000000 | 0 | 1000001 | 110110 | 1110110 | 110000 | 11111 |
Color Harmonies of #2B7629
Complementary color
Monochromatic Colors of #2B7629
Black with #2B7629
Text Example
Text Example
White with #2B7629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7629; }
p { color: rgb(43,118,41); }
H1.HeaderClassName
{
color: #2B7629;
}
.AnyTagClassName
{
color: #2B7629;
}
</style>
background-color css
<style>
a { background-color: #2B7629; }
a { background-color: rgb(43,118,41); }
div.DivClassName
{
background-color: #2B7629;
}
.BgClassName
{
background-color: #2B7629;
}
</style>
border-color css
<style>
span { border-color: #2B7629; }
span { border-color: rgb(43,118,41); }
td.TdClassName
{
border-color: #2B7629;
}
.TagClassName
{
border-color: #2B7629;
}
</style>