Shades of Japanese Laurel #2B833F
Tints of Japanese Laurel #2B833F
RGB
CMYK
RGB Variations
Color information
#2B833F (or 0x2B833F) is known color: Japanese Laurel. HEX triplet: 2B, 83 and 3F. RGB value is (43,131,63). Sum of RGB (Red+Green+Blue) = 43+131+63=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #2B833F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B833F is #D47CC0. Grayscale: #616161. Windows color (decimal): -13925569 or 4162347. OLE color: 4162347.
HSL color Cylindrical-coordinate representation of color #2B833F: hue angle of 133.64º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B833F is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 131 | 63 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.49 |
| HSL | 133.64º | 0.51% | 0.34% | - |
| HSV(B) | 133.64º | 0.67% | 0.51% | - |
| XYZ | 10.01 | 17.11 | 7.48 | - |
| YUV | 96.94 | 108.85 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 131 | 63 | 0.67 | 0 | 0.52 | 0.49 | 133.64 | 0.51 | 0.34 |
| Hex | 2B | 83 | 3F | 43 | 0 | 34 | 31 | 86 | 33 | 22 |
| Octal | 53 | 203 | 77 | 103 | 0 | 64 | 61 | 206 | 63 | 42 |
| Binary | 101011 | 10000011 | 111111 | 1000011 | 0 | 110100 | 110001 | 10000110 | 110011 | 100010 |
Color Harmonies of #2B833F
Complementary color
Monochromatic Colors of #2B833F
Black with #2B833F
Text Example
Text Example
White with #2B833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B833F; }
p { color: rgb(43,131,63); }
H1.HeaderClassName
{
color: #2B833F;
}
.AnyTagClassName
{
color: #2B833F;
}
</style>
background-color css
<style>
a { background-color: #2B833F; }
a { background-color: rgb(43,131,63); }
div.DivClassName
{
background-color: #2B833F;
}
.BgClassName
{
background-color: #2B833F;
}
</style>
border-color css
<style>
span { border-color: #2B833F; }
span { border-color: rgb(43,131,63); }
td.TdClassName
{
border-color: #2B833F;
}
.TagClassName
{
border-color: #2B833F;
}
</style>