Shades of Japanese Laurel #2B833C
Tints of Japanese Laurel #2B833C
RGB
CMYK
RGB Variations
Color information
#2B833C (or 0x2B833C) is known color: Japanese Laurel. HEX triplet: 2B, 83 and 3C. RGB value is (43,131,60). Sum of RGB (Red+Green+Blue) = 43+131+60=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 131 (51.56% from 255 or 55.98% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 131 - color contains mainly: green. Hex color #2B833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B833C is #D47CC3. Grayscale: #606060. Windows color (decimal): -13925572 or 3965739. OLE color: 3965739.
HSL color Cylindrical-coordinate representation of color #2B833C: hue angle of 131.59º 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 #2B833C is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 131 | 60 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.49 |
| HSL | 131.59º | 0.51% | 0.34% | - |
| HSV(B) | 131.59º | 0.67% | 0.51% | - |
| XYZ | 9.93 | 17.07 | 7.05 | - |
| YUV | 96.59 | 107.35 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 131 | 60 | 0.67 | 0 | 0.54 | 0.49 | 131.59 | 0.51 | 0.34 |
| Hex | 2B | 83 | 3C | 43 | 0 | 36 | 31 | 84 | 33 | 22 |
| Octal | 53 | 203 | 74 | 103 | 0 | 66 | 61 | 204 | 63 | 42 |
| Binary | 101011 | 10000011 | 111100 | 1000011 | 0 | 110110 | 110001 | 10000100 | 110011 | 100010 |
Color Harmonies of #2B833C
Complementary color
Monochromatic Colors of #2B833C
Black with #2B833C
Text Example
Text Example
White with #2B833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B833C; }
p { color: rgb(43,131,60); }
H1.HeaderClassName
{
color: #2B833C;
}
.AnyTagClassName
{
color: #2B833C;
}
</style>
background-color css
<style>
a { background-color: #2B833C; }
a { background-color: rgb(43,131,60); }
div.DivClassName
{
background-color: #2B833C;
}
.BgClassName
{
background-color: #2B833C;
}
</style>
border-color css
<style>
span { border-color: #2B833C; }
span { border-color: rgb(43,131,60); }
td.TdClassName
{
border-color: #2B833C;
}
.TagClassName
{
border-color: #2B833C;
}
</style>