Shades of Japanese Laurel #2F893D
Tints of Japanese Laurel #2F893D
RGB
CMYK
RGB Variations
Color information
#2F893D (or 0x2F893D) is known color: Japanese Laurel. HEX triplet: 2F, 89 and 3D. RGB value is (47,137,61). Sum of RGB (Red+Green+Blue) = 47+137+61=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #2F893D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F893D is #D076C2. Grayscale: #656565. Windows color (decimal): -13661891 or 4032815. OLE color: 4032815.
HSL color Cylindrical-coordinate representation of color #2F893D: hue angle of 129.33º 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 #2F893D is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 61 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.46 |
| HSL | 129.33º | 0.49% | 0.36% | - |
| HSV(B) | 129.33º | 0.66% | 0.54% | - |
| XYZ | 10.96 | 18.83 | 7.47 | - |
| YUV | 101.43 | 105.18 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 61 | 0.66 | 0 | 0.55 | 0.46 | 129.33 | 0.49 | 0.36 |
| Hex | 2F | 89 | 3D | 42 | 0 | 37 | 2E | 81 | 31 | 24 |
| Octal | 57 | 211 | 75 | 102 | 0 | 67 | 56 | 201 | 61 | 44 |
| Binary | 101111 | 10001001 | 111101 | 1000010 | 0 | 110111 | 101110 | 10000001 | 110001 | 100100 |
Color Harmonies of #2F893D
Complementary color
Monochromatic Colors of #2F893D
Black with #2F893D
Text Example
Text Example
White with #2F893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F893D; }
p { color: rgb(47,137,61); }
H1.HeaderClassName
{
color: #2F893D;
}
.AnyTagClassName
{
color: #2F893D;
}
</style>
background-color css
<style>
a { background-color: #2F893D; }
a { background-color: rgb(47,137,61); }
div.DivClassName
{
background-color: #2F893D;
}
.BgClassName
{
background-color: #2F893D;
}
</style>
border-color css
<style>
span { border-color: #2F893D; }
span { border-color: rgb(47,137,61); }
td.TdClassName
{
border-color: #2F893D;
}
.TagClassName
{
border-color: #2F893D;
}
</style>