Shades of Medium Sea Green #2DAF65
Tints of Medium Sea Green #2DAF65
RGB
CMYK
RGB Variations
Color information
#2DAF65 (or 0x2DAF65) is known color: Medium Sea Green. HEX triplet: 2D, AF and 65. RGB value is (45,175,101). Sum of RGB (Red+Green+Blue) = 45+175+101=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAF65 is #D2509A. Grayscale: #7F7F7F. Windows color (decimal): -13783195 or 6663981. OLE color: 6663981.
HSL color Cylindrical-coordinate representation of color #2DAF65: hue angle of 145.85º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAF65 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 101 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.31 |
| HSL | 145.85º | 0.59% | 0.43% | - |
| HSV(B) | 145.85º | 0.74% | 0.69% | - |
| XYZ | 18.76 | 32.16 | 17.53 | - |
| YUV | 127.69 | 112.93 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 101 | 0.74 | 0 | 0.42 | 0.31 | 145.85 | 0.59 | 0.43 |
| Hex | 2D | AF | 65 | 4A | 0 | 2A | 1F | 92 | 3B | 2B |
| Octal | 55 | 257 | 145 | 112 | 0 | 52 | 37 | 222 | 73 | 53 |
| Binary | 101101 | 10101111 | 1100101 | 1001010 | 0 | 101010 | 11111 | 10010010 | 111011 | 101011 |
Color Harmonies of #2DAF65
Complementary color
Monochromatic Colors of #2DAF65
Black with #2DAF65
Text Example
Text Example
White with #2DAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF65; }
p { color: rgb(45,175,101); }
H1.HeaderClassName
{
color: #2DAF65;
}
.AnyTagClassName
{
color: #2DAF65;
}
</style>
background-color css
<style>
a { background-color: #2DAF65; }
a { background-color: rgb(45,175,101); }
div.DivClassName
{
background-color: #2DAF65;
}
.BgClassName
{
background-color: #2DAF65;
}
</style>
border-color css
<style>
span { border-color: #2DAF65; }
span { border-color: rgb(45,175,101); }
td.TdClassName
{
border-color: #2DAF65;
}
.TagClassName
{
border-color: #2DAF65;
}
</style>