Shades of Fruit Salad #2DA83C
Tints of Fruit Salad #2DA83C
RGB
CMYK
RGB Variations
Color information
#2DA83C (or 0x2DA83C) is known color: Fruit Salad. HEX triplet: 2D, A8 and 3C. RGB value is (45,168,60). Sum of RGB (Red+Green+Blue) = 45+168+60=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 168 (66.02% from 255 or 61.54% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 168 - color contains mainly: green. Hex color #2DA83C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA83C is #D257C3. Grayscale: #777777. Windows color (decimal): -13785028 or 3975213. OLE color: 3975213.
HSL color Cylindrical-coordinate representation of color #2DA83C: hue angle of 127.32º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA83C is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 168 | 60 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.34 |
| HSL | 127.32º | 0.58% | 0.42% | - |
| HSV(B) | 127.32º | 0.73% | 0.66% | - |
| XYZ | 15.9 | 28.89 | 9.01 | - |
| YUV | 118.91 | 94.75 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 168 | 60 | 0.73 | 0 | 0.64 | 0.34 | 127.32 | 0.58 | 0.42 |
| Hex | 2D | A8 | 3C | 49 | 0 | 40 | 22 | 7F | 3A | 2A |
| Octal | 55 | 250 | 74 | 111 | 0 | 100 | 42 | 177 | 72 | 52 |
| Binary | 101101 | 10101000 | 111100 | 1001001 | 0 | 1000000 | 100010 | 1111111 | 111010 | 101010 |
Color Harmonies of #2DA83C
Complementary color
Monochromatic Colors of #2DA83C
Black with #2DA83C
Text Example
Text Example
White with #2DA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA83C; }
p { color: rgb(45,168,60); }
H1.HeaderClassName
{
color: #2DA83C;
}
.AnyTagClassName
{
color: #2DA83C;
}
</style>
background-color css
<style>
a { background-color: #2DA83C; }
a { background-color: rgb(45,168,60); }
div.DivClassName
{
background-color: #2DA83C;
}
.BgClassName
{
background-color: #2DA83C;
}
</style>
border-color css
<style>
span { border-color: #2DA83C; }
span { border-color: rgb(45,168,60); }
td.TdClassName
{
border-color: #2DA83C;
}
.TagClassName
{
border-color: #2DA83C;
}
</style>