Shades of Japanese Laurel #2B7F32
Tints of Japanese Laurel #2B7F32
RGB
CMYK
RGB Variations
Color information
#2B7F32 (or 0x2B7F32) is known color: Japanese Laurel. HEX triplet: 2B, 7F and 32. RGB value is (43,127,50). Sum of RGB (Red+Green+Blue) = 43+127+50=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F32 is #D480CD. Grayscale: #5D5D5D. Windows color (decimal): -13926606 or 3309355. OLE color: 3309355.
HSL color Cylindrical-coordinate representation of color #2B7F32: hue angle of 125º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7F32 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 127 | 50 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.50 |
| HSL | 125º | 0.49% | 0.33% | - |
| HSV(B) | 125º | 0.66% | 0.5% | - |
| XYZ | 9.16 | 15.92 | 5.61 | - |
| YUV | 93.11 | 103.67 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 50 | 0.66 | 0 | 0.61 | 0.50 | 125 | 0.49 | 0.33 |
| Hex | 2B | 7F | 32 | 42 | 0 | 3D | 32 | 7D | 31 | 21 |
| Octal | 53 | 177 | 62 | 102 | 0 | 75 | 62 | 175 | 61 | 41 |
| Binary | 101011 | 1111111 | 110010 | 1000010 | 0 | 111101 | 110010 | 1111101 | 110001 | 100001 |
Color Harmonies of #2B7F32
Complementary color
Monochromatic Colors of #2B7F32
Black with #2B7F32
Text Example
Text Example
White with #2B7F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7F32; }
p { color: rgb(43,127,50); }
H1.HeaderClassName
{
color: #2B7F32;
}
.AnyTagClassName
{
color: #2B7F32;
}
</style>
background-color css
<style>
a { background-color: #2B7F32; }
a { background-color: rgb(43,127,50); }
div.DivClassName
{
background-color: #2B7F32;
}
.BgClassName
{
background-color: #2B7F32;
}
</style>
border-color css
<style>
span { border-color: #2B7F32; }
span { border-color: rgb(43,127,50); }
td.TdClassName
{
border-color: #2B7F32;
}
.TagClassName
{
border-color: #2B7F32;
}
</style>