Shades of Japanese Laurel #2B7D38
Tints of Japanese Laurel #2B7D38
RGB
CMYK
RGB Variations
Color information
#2B7D38 (or 0x2B7D38) is known color: Japanese Laurel. HEX triplet: 2B, 7D and 38. RGB value is (43,125,56). Sum of RGB (Red+Green+Blue) = 43+125+56=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #2B7D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7D38 is #D482C7. Grayscale: #5C5C5C. Windows color (decimal): -13927112 or 3702059. OLE color: 3702059.
HSL color Cylindrical-coordinate representation of color #2B7D38: hue angle of 129.51º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7D38 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 125 | 56 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.51 |
| HSL | 129.51º | 0.49% | 0.33% | - |
| HSV(B) | 129.51º | 0.66% | 0.49% | - |
| XYZ | 9.04 | 15.47 | 6.25 | - |
| YUV | 92.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 125 | 56 | 0.66 | 0 | 0.55 | 0.51 | 129.51 | 0.49 | 0.33 |
| Hex | 2B | 7D | 38 | 42 | 0 | 37 | 33 | 82 | 31 | 21 |
| Octal | 53 | 175 | 70 | 102 | 0 | 67 | 63 | 202 | 61 | 41 |
| Binary | 101011 | 1111101 | 111000 | 1000010 | 0 | 110111 | 110011 | 10000010 | 110001 | 100001 |
Color Harmonies of #2B7D38
Complementary color
Monochromatic Colors of #2B7D38
Black with #2B7D38
Text Example
Text Example
White with #2B7D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7D38; }
p { color: rgb(43,125,56); }
H1.HeaderClassName
{
color: #2B7D38;
}
.AnyTagClassName
{
color: #2B7D38;
}
</style>
background-color css
<style>
a { background-color: #2B7D38; }
a { background-color: rgb(43,125,56); }
div.DivClassName
{
background-color: #2B7D38;
}
.BgClassName
{
background-color: #2B7D38;
}
</style>
border-color css
<style>
span { border-color: #2B7D38; }
span { border-color: rgb(43,125,56); }
td.TdClassName
{
border-color: #2B7D38;
}
.TagClassName
{
border-color: #2B7D38;
}
</style>