Shades of Fruit Salad #2CA93B
Tints of Fruit Salad #2CA93B
RGB
CMYK
RGB Variations
Color information
#2CA93B (or 0x2CA93B) is known color: Fruit Salad. HEX triplet: 2C, A9 and 3B. RGB value is (44,169,59). Sum of RGB (Red+Green+Blue) = 44+169+59=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 169 (66.41% from 255 or 62.13% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 169 - color contains mainly: green. Hex color #2CA93B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA93B is #D356C4. Grayscale: #777777. Windows color (decimal): -13850309 or 3909932. OLE color: 3909932.
HSL color Cylindrical-coordinate representation of color #2CA93B: hue angle of 127.2º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA93B is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 44 | 169 | 59 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.34 |
| HSL | 127.2º | 0.59% | 0.42% | - |
| HSV(B) | 127.2º | 0.74% | 0.66% | - |
| XYZ | 16.02 | 29.23 | 8.93 | - |
| YUV | 119.09 | 94.09 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 169 | 59 | 0.74 | 0 | 0.65 | 0.34 | 127.2 | 0.59 | 0.42 |
| Hex | 2C | A9 | 3B | 4A | 0 | 41 | 22 | 7F | 3B | 2A |
| Octal | 54 | 251 | 73 | 112 | 0 | 101 | 42 | 177 | 73 | 52 |
| Binary | 101100 | 10101001 | 111011 | 1001010 | 0 | 1000001 | 100010 | 1111111 | 111011 | 101010 |
Color Harmonies of #2CA93B
Complementary color
Monochromatic Colors of #2CA93B
Black with #2CA93B
Text Example
Text Example
White with #2CA93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA93B; }
p { color: rgb(44,169,59); }
H1.HeaderClassName
{
color: #2CA93B;
}
.AnyTagClassName
{
color: #2CA93B;
}
</style>
background-color css
<style>
a { background-color: #2CA93B; }
a { background-color: rgb(44,169,59); }
div.DivClassName
{
background-color: #2CA93B;
}
.BgClassName
{
background-color: #2CA93B;
}
</style>
border-color css
<style>
span { border-color: #2CA93B; }
span { border-color: rgb(44,169,59); }
td.TdClassName
{
border-color: #2CA93B;
}
.TagClassName
{
border-color: #2CA93B;
}
</style>