Shades of Japanese Laurel #2F833A
Tints of Japanese Laurel #2F833A
RGB
CMYK
RGB Variations
Color information
#2F833A (or 0x2F833A) is known color: Japanese Laurel. HEX triplet: 2F, 83 and 3A. RGB value is (47,131,58). Sum of RGB (Red+Green+Blue) = 47+131+58=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #2F833A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F833A is #D07CC5. Grayscale: #616161. Windows color (decimal): -13663430 or 3834671. OLE color: 3834671.
HSL color Cylindrical-coordinate representation of color #2F833A: hue angle of 127.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F833A is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 131 | 58 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.49 |
| HSL | 127.86º | 0.47% | 0.35% | - |
| HSV(B) | 127.86º | 0.64% | 0.51% | - |
| XYZ | 10.05 | 17.14 | 6.78 | - |
| YUV | 97.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 131 | 58 | 0.64 | 0 | 0.56 | 0.49 | 127.86 | 0.47 | 0.35 |
| Hex | 2F | 83 | 3A | 40 | 0 | 38 | 31 | 80 | 2F | 23 |
| Octal | 57 | 203 | 72 | 100 | 0 | 70 | 61 | 200 | 57 | 43 |
| Binary | 101111 | 10000011 | 111010 | 1000000 | 0 | 111000 | 110001 | 10000000 | 101111 | 100011 |
Color Harmonies of #2F833A
Complementary color
Monochromatic Colors of #2F833A
Black with #2F833A
Text Example
Text Example
White with #2F833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F833A; }
p { color: rgb(47,131,58); }
H1.HeaderClassName
{
color: #2F833A;
}
.AnyTagClassName
{
color: #2F833A;
}
</style>
background-color css
<style>
a { background-color: #2F833A; }
a { background-color: rgb(47,131,58); }
div.DivClassName
{
background-color: #2F833A;
}
.BgClassName
{
background-color: #2F833A;
}
</style>
border-color css
<style>
span { border-color: #2F833A; }
span { border-color: rgb(47,131,58); }
td.TdClassName
{
border-color: #2F833A;
}
.TagClassName
{
border-color: #2F833A;
}
</style>