Shades of Japanese Laurel #2B8238
Tints of Japanese Laurel #2B8238
RGB
CMYK
RGB Variations
Color information
#2B8238 (or 0x2B8238) is known color: Japanese Laurel. HEX triplet: 2B, 82 and 38. RGB value is (43,130,56). Sum of RGB (Red+Green+Blue) = 43+130+56=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #2B8238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8238 is #D47DC7. Grayscale: #5F5F5F. Windows color (decimal): -13925832 or 3703339. OLE color: 3703339.
HSL color Cylindrical-coordinate representation of color #2B8238: hue angle of 128.97º degrees, saturation: 0.5, 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 #2B8238 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 130 | 56 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.49 |
| HSL | 128.97º | 0.5% | 0.34% | - |
| HSV(B) | 128.97º | 0.67% | 0.51% | - |
| XYZ | 9.69 | 16.76 | 6.47 | - |
| YUV | 95.55 | 105.68 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 56 | 0.67 | 0 | 0.57 | 0.49 | 128.97 | 0.5 | 0.34 |
| Hex | 2B | 82 | 38 | 43 | 0 | 39 | 31 | 81 | 32 | 22 |
| Octal | 53 | 202 | 70 | 103 | 0 | 71 | 61 | 201 | 62 | 42 |
| Binary | 101011 | 10000010 | 111000 | 1000011 | 0 | 111001 | 110001 | 10000001 | 110010 | 100010 |
Color Harmonies of #2B8238
Complementary color
Monochromatic Colors of #2B8238
Black with #2B8238
Text Example
Text Example
White with #2B8238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8238; }
p { color: rgb(43,130,56); }
H1.HeaderClassName
{
color: #2B8238;
}
.AnyTagClassName
{
color: #2B8238;
}
</style>
background-color css
<style>
a { background-color: #2B8238; }
a { background-color: rgb(43,130,56); }
div.DivClassName
{
background-color: #2B8238;
}
.BgClassName
{
background-color: #2B8238;
}
</style>
border-color css
<style>
span { border-color: #2B8238; }
span { border-color: rgb(43,130,56); }
td.TdClassName
{
border-color: #2B8238;
}
.TagClassName
{
border-color: #2B8238;
}
</style>