Shades of Japanese Laurel #2B8330
Tints of Japanese Laurel #2B8330
RGB
CMYK
RGB Variations
Color information
#2B8330 (or 0x2B8330) is known color: Japanese Laurel. HEX triplet: 2B, 83 and 30. RGB value is (43,131,48). Sum of RGB (Red+Green+Blue) = 43+131+48=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #2B8330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8330 is #D47CCF. Grayscale: #5F5F5F. Windows color (decimal): -13925584 or 3179307. OLE color: 3179307.
HSL color Cylindrical-coordinate representation of color #2B8330: hue angle of 123.41º 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 #2B8330 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 131 | 48 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.49 |
| HSL | 123.41º | 0.51% | 0.34% | - |
| HSV(B) | 123.41º | 0.67% | 0.51% | - |
| XYZ | 9.65 | 16.96 | 5.56 | - |
| YUV | 95.23 | 101.35 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 131 | 48 | 0.67 | 0 | 0.63 | 0.49 | 123.41 | 0.51 | 0.34 |
| Hex | 2B | 83 | 30 | 43 | 0 | 3F | 31 | 7B | 33 | 22 |
| Octal | 53 | 203 | 60 | 103 | 0 | 77 | 61 | 173 | 63 | 42 |
| Binary | 101011 | 10000011 | 110000 | 1000011 | 0 | 111111 | 110001 | 1111011 | 110011 | 100010 |
Color Harmonies of #2B8330
Complementary color
Monochromatic Colors of #2B8330
Black with #2B8330
Text Example
Text Example
White with #2B8330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8330; }
p { color: rgb(43,131,48); }
H1.HeaderClassName
{
color: #2B8330;
}
.AnyTagClassName
{
color: #2B8330;
}
</style>
background-color css
<style>
a { background-color: #2B8330; }
a { background-color: rgb(43,131,48); }
div.DivClassName
{
background-color: #2B8330;
}
.BgClassName
{
background-color: #2B8330;
}
</style>
border-color css
<style>
span { border-color: #2B8330; }
span { border-color: rgb(43,131,48); }
td.TdClassName
{
border-color: #2B8330;
}
.TagClassName
{
border-color: #2B8330;
}
</style>