Shades of Japanese Laurel #2B7B2C
Tints of Japanese Laurel #2B7B2C
RGB
CMYK
RGB Variations
Color information
#2B7B2C (or 0x2B7B2C) is known color: Japanese Laurel. HEX triplet: 2B, 7B and 2C. RGB value is (43,123,44). Sum of RGB (Red+Green+Blue) = 43+123+44=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #2B7B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7B2C is #D484D3. Grayscale: #5A5A5A. Windows color (decimal): -13927636 or 2915115. OLE color: 2915115.
HSL color Cylindrical-coordinate representation of color #2B7B2C: hue angle of 120.75º 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 #2B7B2C is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 123 | 44 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.52 |
| HSL | 120.75º | 0.48% | 0.33% | - |
| HSV(B) | 120.75º | 0.65% | 0.48% | - |
| XYZ | 8.53 | 14.86 | 4.8 | - |
| YUV | 90.07 | 102 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 44 | 0.65 | 0 | 0.64 | 0.52 | 120.75 | 0.48 | 0.33 |
| Hex | 2B | 7B | 2C | 41 | 0 | 40 | 34 | 79 | 30 | 21 |
| Octal | 53 | 173 | 54 | 101 | 0 | 100 | 64 | 171 | 60 | 41 |
| Binary | 101011 | 1111011 | 101100 | 1000001 | 0 | 1000000 | 110100 | 1111001 | 110000 | 100001 |
Color Harmonies of #2B7B2C
Complementary color
Monochromatic Colors of #2B7B2C
Black with #2B7B2C
Text Example
Text Example
White with #2B7B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7B2C; }
p { color: rgb(43,123,44); }
H1.HeaderClassName
{
color: #2B7B2C;
}
.AnyTagClassName
{
color: #2B7B2C;
}
</style>
background-color css
<style>
a { background-color: #2B7B2C; }
a { background-color: rgb(43,123,44); }
div.DivClassName
{
background-color: #2B7B2C;
}
.BgClassName
{
background-color: #2B7B2C;
}
</style>
border-color css
<style>
span { border-color: #2B7B2C; }
span { border-color: rgb(43,123,44); }
td.TdClassName
{
border-color: #2B7B2C;
}
.TagClassName
{
border-color: #2B7B2C;
}
</style>