Shades of Japanese Laurel #2F8938
Tints of Japanese Laurel #2F8938
RGB
CMYK
RGB Variations
Color information
#2F8938 (or 0x2F8938) is known color: Japanese Laurel. HEX triplet: 2F, 89 and 38. RGB value is (47,137,56). Sum of RGB (Red+Green+Blue) = 47+137+56=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8938 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8938 is #D076C7. Grayscale: #656565. Windows color (decimal): -13661896 or 3705135. OLE color: 3705135.
HSL color Cylindrical-coordinate representation of color #2F8938: hue angle of 126º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8938 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 56 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.46 |
| HSL | 126º | 0.49% | 0.36% | - |
| HSV(B) | 126º | 0.66% | 0.54% | - |
| XYZ | 10.83 | 18.78 | 6.8 | - |
| YUV | 100.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 56 | 0.66 | 0 | 0.59 | 0.46 | 126 | 0.49 | 0.36 |
| Hex | 2F | 89 | 38 | 42 | 0 | 3B | 2E | 7E | 31 | 24 |
| Octal | 57 | 211 | 70 | 102 | 0 | 73 | 56 | 176 | 61 | 44 |
| Binary | 101111 | 10001001 | 111000 | 1000010 | 0 | 111011 | 101110 | 1111110 | 110001 | 100100 |
Color Harmonies of #2F8938
Complementary color
Monochromatic Colors of #2F8938
Black with #2F8938
Text Example
Text Example
White with #2F8938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8938; }
p { color: rgb(47,137,56); }
H1.HeaderClassName
{
color: #2F8938;
}
.AnyTagClassName
{
color: #2F8938;
}
</style>
background-color css
<style>
a { background-color: #2F8938; }
a { background-color: rgb(47,137,56); }
div.DivClassName
{
background-color: #2F8938;
}
.BgClassName
{
background-color: #2F8938;
}
</style>
border-color css
<style>
span { border-color: #2F8938; }
span { border-color: rgb(47,137,56); }
td.TdClassName
{
border-color: #2F8938;
}
.TagClassName
{
border-color: #2F8938;
}
</style>