Shades of Fruit Salad #2DAA3C
Tints of Fruit Salad #2DAA3C
RGB
CMYK
RGB Variations
Color information
#2DAA3C (or 0x2DAA3C) is known color: Fruit Salad. HEX triplet: 2D, AA and 3C. RGB value is (45,170,60). Sum of RGB (Red+Green+Blue) = 45+170+60=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAA3C is #D255C3. Grayscale: #787878. Windows color (decimal): -13784516 or 3975725. OLE color: 3975725.
HSL color Cylindrical-coordinate representation of color #2DAA3C: hue angle of 127.2º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAA3C is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 60 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.33 |
| HSL | 127.2º | 0.58% | 0.42% | - |
| HSV(B) | 127.2º | 0.74% | 0.67% | - |
| XYZ | 16.27 | 29.63 | 9.14 | - |
| YUV | 120.09 | 94.09 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 60 | 0.74 | 0 | 0.65 | 0.33 | 127.2 | 0.58 | 0.42 |
| Hex | 2D | AA | 3C | 4A | 0 | 41 | 21 | 7F | 3A | 2A |
| Octal | 55 | 252 | 74 | 112 | 0 | 101 | 41 | 177 | 72 | 52 |
| Binary | 101101 | 10101010 | 111100 | 1001010 | 0 | 1000001 | 100001 | 1111111 | 111010 | 101010 |
Color Harmonies of #2DAA3C
Complementary color
Monochromatic Colors of #2DAA3C
Black with #2DAA3C
Text Example
Text Example
White with #2DAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA3C; }
p { color: rgb(45,170,60); }
H1.HeaderClassName
{
color: #2DAA3C;
}
.AnyTagClassName
{
color: #2DAA3C;
}
</style>
background-color css
<style>
a { background-color: #2DAA3C; }
a { background-color: rgb(45,170,60); }
div.DivClassName
{
background-color: #2DAA3C;
}
.BgClassName
{
background-color: #2DAA3C;
}
</style>
border-color css
<style>
span { border-color: #2DAA3C; }
span { border-color: rgb(45,170,60); }
td.TdClassName
{
border-color: #2DAA3C;
}
.TagClassName
{
border-color: #2DAA3C;
}
</style>