Shades of Japanese Laurel #2B7B32
Tints of Japanese Laurel #2B7B32
RGB
CMYK
RGB Variations
Color information
#2B7B32 (or 0x2B7B32) is known color: Japanese Laurel. HEX triplet: 2B, 7B and 32. RGB value is (43,123,50). Sum of RGB (Red+Green+Blue) = 43+123+50=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 123 (48.44% from 255 or 56.94% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 123 - color contains mainly: green. Hex color #2B7B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7B32 is #D484CD. Grayscale: #5A5A5A. Windows color (decimal): -13927630 or 3308331. OLE color: 3308331.
HSL color Cylindrical-coordinate representation of color #2B7B32: hue angle of 125.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7B32 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 123 | 50 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.52 |
| HSL | 125.25º | 0.48% | 0.33% | - |
| HSV(B) | 125.25º | 0.65% | 0.48% | - |
| XYZ | 8.65 | 14.91 | 5.44 | - |
| YUV | 90.76 | 105 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 50 | 0.65 | 0 | 0.59 | 0.52 | 125.25 | 0.48 | 0.33 |
| Hex | 2B | 7B | 32 | 41 | 0 | 3B | 34 | 7D | 30 | 21 |
| Octal | 53 | 173 | 62 | 101 | 0 | 73 | 64 | 175 | 60 | 41 |
| Binary | 101011 | 1111011 | 110010 | 1000001 | 0 | 111011 | 110100 | 1111101 | 110000 | 100001 |
Color Harmonies of #2B7B32
Complementary color
Monochromatic Colors of #2B7B32
Black with #2B7B32
Text Example
Text Example
White with #2B7B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7B32; }
p { color: rgb(43,123,50); }
H1.HeaderClassName
{
color: #2B7B32;
}
.AnyTagClassName
{
color: #2B7B32;
}
</style>
background-color css
<style>
a { background-color: #2B7B32; }
a { background-color: rgb(43,123,50); }
div.DivClassName
{
background-color: #2B7B32;
}
.BgClassName
{
background-color: #2B7B32;
}
</style>
border-color css
<style>
span { border-color: #2B7B32; }
span { border-color: rgb(43,123,50); }
td.TdClassName
{
border-color: #2B7B32;
}
.TagClassName
{
border-color: #2B7B32;
}
</style>