Shades of Japanese Laurel #2B823E
Tints of Japanese Laurel #2B823E
RGB
CMYK
RGB Variations
Color information
#2B823E (or 0x2B823E) is known color: Japanese Laurel. HEX triplet: 2B, 82 and 3E. RGB value is (43,130,62). Sum of RGB (Red+Green+Blue) = 43+130+62=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #2B823E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B823E is #D47DC1. Grayscale: #606060. Windows color (decimal): -13925826 or 4096555. OLE color: 4096555.
HSL color Cylindrical-coordinate representation of color #2B823E: hue angle of 133.1º 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 #2B823E is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 130 | 62 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.49 |
| HSL | 133.1º | 0.5% | 0.34% | - |
| HSV(B) | 133.1º | 0.67% | 0.51% | - |
| XYZ | 9.85 | 16.83 | 7.29 | - |
| YUV | 96.24 | 108.68 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 62 | 0.67 | 0 | 0.52 | 0.49 | 133.1 | 0.5 | 0.34 |
| Hex | 2B | 82 | 3E | 43 | 0 | 34 | 31 | 85 | 32 | 22 |
| Octal | 53 | 202 | 76 | 103 | 0 | 64 | 61 | 205 | 62 | 42 |
| Binary | 101011 | 10000010 | 111110 | 1000011 | 0 | 110100 | 110001 | 10000101 | 110010 | 100010 |
Color Harmonies of #2B823E
Complementary color
Monochromatic Colors of #2B823E
Black with #2B823E
Text Example
Text Example
White with #2B823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B823E; }
p { color: rgb(43,130,62); }
H1.HeaderClassName
{
color: #2B823E;
}
.AnyTagClassName
{
color: #2B823E;
}
</style>
background-color css
<style>
a { background-color: #2B823E; }
a { background-color: rgb(43,130,62); }
div.DivClassName
{
background-color: #2B823E;
}
.BgClassName
{
background-color: #2B823E;
}
</style>
border-color css
<style>
span { border-color: #2B823E; }
span { border-color: rgb(43,130,62); }
td.TdClassName
{
border-color: #2B823E;
}
.TagClassName
{
border-color: #2B823E;
}
</style>