Shades of Japanese Laurel #2B823C
Tints of Japanese Laurel #2B823C
RGB
CMYK
RGB Variations
Color information
#2B823C (or 0x2B823C) is known color: Japanese Laurel. HEX triplet: 2B, 82 and 3C. RGB value is (43,130,60). Sum of RGB (Red+Green+Blue) = 43+130+60=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #2B823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B823C is #D47DC3. Grayscale: #606060. Windows color (decimal): -13925828 or 3965483. OLE color: 3965483.
HSL color Cylindrical-coordinate representation of color #2B823C: hue angle of 131.72º 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 #2B823C is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 130 | 60 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.49 |
| HSL | 131.72º | 0.5% | 0.34% | - |
| HSV(B) | 131.72º | 0.67% | 0.51% | - |
| XYZ | 9.79 | 16.81 | 7 | - |
| YUV | 96.01 | 107.68 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 60 | 0.67 | 0 | 0.54 | 0.49 | 131.72 | 0.5 | 0.34 |
| Hex | 2B | 82 | 3C | 43 | 0 | 36 | 31 | 84 | 32 | 22 |
| Octal | 53 | 202 | 74 | 103 | 0 | 66 | 61 | 204 | 62 | 42 |
| Binary | 101011 | 10000010 | 111100 | 1000011 | 0 | 110110 | 110001 | 10000100 | 110010 | 100010 |
Color Harmonies of #2B823C
Complementary color
Monochromatic Colors of #2B823C
Black with #2B823C
Text Example
Text Example
White with #2B823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B823C; }
p { color: rgb(43,130,60); }
H1.HeaderClassName
{
color: #2B823C;
}
.AnyTagClassName
{
color: #2B823C;
}
</style>
background-color css
<style>
a { background-color: #2B823C; }
a { background-color: rgb(43,130,60); }
div.DivClassName
{
background-color: #2B823C;
}
.BgClassName
{
background-color: #2B823C;
}
</style>
border-color css
<style>
span { border-color: #2B823C; }
span { border-color: rgb(43,130,60); }
td.TdClassName
{
border-color: #2B823C;
}
.TagClassName
{
border-color: #2B823C;
}
</style>