Shades of Japanese Laurel #2B7F28
Tints of Japanese Laurel #2B7F28
RGB
CMYK
RGB Variations
Color information
#2B7F28 (or 0x2B7F28) is known color: Japanese Laurel. HEX triplet: 2B, 7F and 28. RGB value is (43,127,40). Sum of RGB (Red+Green+Blue) = 43+127+40=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 127 (50% from 255 or 60.48% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F28 is #D480D7. Grayscale: #5C5C5C. Windows color (decimal): -13926616 or 2653995. OLE color: 2653995.
HSL color Cylindrical-coordinate representation of color #2B7F28: hue angle of 117.93º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B7F28 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 127 | 40 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.50 |
| HSL | 117.93º | 0.52% | 0.33% | - |
| HSV(B) | 117.93º | 0.69% | 0.5% | - |
| XYZ | 8.97 | 15.85 | 4.59 | - |
| YUV | 91.97 | 98.67 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 40 | 0.66 | 0 | 0.69 | 0.50 | 117.93 | 0.52 | 0.33 |
| Hex | 2B | 7F | 28 | 42 | 0 | 45 | 32 | 76 | 34 | 21 |
| Octal | 53 | 177 | 50 | 102 | 0 | 105 | 62 | 166 | 64 | 41 |
| Binary | 101011 | 1111111 | 101000 | 1000010 | 0 | 1000101 | 110010 | 1110110 | 110100 | 100001 |
Color Harmonies of #2B7F28
Complementary color
Monochromatic Colors of #2B7F28
Black with #2B7F28
Text Example
Text Example
White with #2B7F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7F28; }
p { color: rgb(43,127,40); }
H1.HeaderClassName
{
color: #2B7F28;
}
.AnyTagClassName
{
color: #2B7F28;
}
</style>
background-color css
<style>
a { background-color: #2B7F28; }
a { background-color: rgb(43,127,40); }
div.DivClassName
{
background-color: #2B7F28;
}
.BgClassName
{
background-color: #2B7F28;
}
</style>
border-color css
<style>
span { border-color: #2B7F28; }
span { border-color: rgb(43,127,40); }
td.TdClassName
{
border-color: #2B7F28;
}
.TagClassName
{
border-color: #2B7F28;
}
</style>