Shades of Fruit Salad #2F9F3C
Tints of Fruit Salad #2F9F3C
RGB
CMYK
RGB Variations
Color information
#2F9F3C (or 0x2F9F3C) is known color: Fruit Salad. HEX triplet: 2F, 9F and 3C. RGB value is (47,159,60). Sum of RGB (Red+Green+Blue) = 47+159+60=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 159 (62.5% from 255 or 59.77% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 159 - color contains mainly: green. Hex color #2F9F3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9F3C is #D060C3. Grayscale: #727272. Windows color (decimal): -13656260 or 3972911. OLE color: 3972911.
HSL color Cylindrical-coordinate representation of color #2F9F3C: hue angle of 126.96º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9F3C is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 159 | 60 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.38 |
| HSL | 126.96º | 0.54% | 0.4% | - |
| HSV(B) | 126.96º | 0.7% | 0.62% | - |
| XYZ | 14.39 | 25.73 | 8.48 | - |
| YUV | 114.23 | 97.39 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 159 | 60 | 0.70 | 0 | 0.62 | 0.38 | 126.96 | 0.54 | 0.4 |
| Hex | 2F | 9F | 3C | 46 | 0 | 3E | 26 | 7F | 36 | 28 |
| Octal | 57 | 237 | 74 | 106 | 0 | 76 | 46 | 177 | 66 | 50 |
| Binary | 101111 | 10011111 | 111100 | 1000110 | 0 | 111110 | 100110 | 1111111 | 110110 | 101000 |
Color Harmonies of #2F9F3C
Complementary color
Monochromatic Colors of #2F9F3C
Black with #2F9F3C
Text Example
Text Example
White with #2F9F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9F3C; }
p { color: rgb(47,159,60); }
H1.HeaderClassName
{
color: #2F9F3C;
}
.AnyTagClassName
{
color: #2F9F3C;
}
</style>
background-color css
<style>
a { background-color: #2F9F3C; }
a { background-color: rgb(47,159,60); }
div.DivClassName
{
background-color: #2F9F3C;
}
.BgClassName
{
background-color: #2F9F3C;
}
</style>
border-color css
<style>
span { border-color: #2F9F3C; }
span { border-color: rgb(47,159,60); }
td.TdClassName
{
border-color: #2F9F3C;
}
.TagClassName
{
border-color: #2F9F3C;
}
</style>