Shades of Fruit Salad #2DA93B
Tints of Fruit Salad #2DA93B
RGB
CMYK
RGB Variations
Color information
#2DA93B (or 0x2DA93B) is known color: Fruit Salad. HEX triplet: 2D, A9 and 3B. RGB value is (45,169,59). Sum of RGB (Red+Green+Blue) = 45+169+59=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 169 (66.41% from 255 or 61.90% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA93B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA93B is #D256C4. Grayscale: #777777. Windows color (decimal): -13784773 or 3909933. OLE color: 3909933.
HSL color Cylindrical-coordinate representation of color #2DA93B: hue angle of 126.77º 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 #2DA93B is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 59 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.34 |
| HSL | 126.77º | 0.58% | 0.42% | - |
| HSV(B) | 126.77º | 0.73% | 0.66% | - |
| XYZ | 16.06 | 29.25 | 8.94 | - |
| YUV | 119.38 | 93.92 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 59 | 0.73 | 0 | 0.65 | 0.34 | 126.77 | 0.58 | 0.42 |
| Hex | 2D | A9 | 3B | 49 | 0 | 41 | 22 | 7F | 3A | 2A |
| Octal | 55 | 251 | 73 | 111 | 0 | 101 | 42 | 177 | 72 | 52 |
| Binary | 101101 | 10101001 | 111011 | 1001001 | 0 | 1000001 | 100010 | 1111111 | 111010 | 101010 |
Color Harmonies of #2DA93B
Complementary color
Monochromatic Colors of #2DA93B
Black with #2DA93B
Text Example
Text Example
White with #2DA93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA93B; }
p { color: rgb(45,169,59); }
H1.HeaderClassName
{
color: #2DA93B;
}
.AnyTagClassName
{
color: #2DA93B;
}
</style>
background-color css
<style>
a { background-color: #2DA93B; }
a { background-color: rgb(45,169,59); }
div.DivClassName
{
background-color: #2DA93B;
}
.BgClassName
{
background-color: #2DA93B;
}
</style>
border-color css
<style>
span { border-color: #2DA93B; }
span { border-color: rgb(45,169,59); }
td.TdClassName
{
border-color: #2DA93B;
}
.TagClassName
{
border-color: #2DA93B;
}
</style>