Shades of Medium Sea Green #2FB269
Tints of Medium Sea Green #2FB269
RGB
CMYK
RGB Variations
Color information
#2FB269 (or 0x2FB269) is known color: Medium Sea Green. HEX triplet: 2F, B2 and 69. RGB value is (47,178,105). Sum of RGB (Red+Green+Blue) = 47+178+105=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 178 (69.92% from 255 or 53.94% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB269 is #D04D96. Grayscale: #828282. Windows color (decimal): -13651351 or 6926895. OLE color: 6926895.
HSL color Cylindrical-coordinate representation of color #2FB269: hue angle of 146.56º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB269 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 105 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.30 |
| HSL | 146.56º | 0.58% | 0.44% | - |
| HSV(B) | 146.56º | 0.74% | 0.7% | - |
| XYZ | 19.64 | 33.47 | 18.79 | - |
| YUV | 130.51 | 113.6 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 105 | 0.74 | 0 | 0.41 | 0.30 | 146.56 | 0.58 | 0.44 |
| Hex | 2F | B2 | 69 | 4A | 0 | 29 | 1E | 93 | 3A | 2C |
| Octal | 57 | 262 | 151 | 112 | 0 | 51 | 36 | 223 | 72 | 54 |
| Binary | 101111 | 10110010 | 1101001 | 1001010 | 0 | 101001 | 11110 | 10010011 | 111010 | 101100 |
Color Harmonies of #2FB269
Complementary color
Monochromatic Colors of #2FB269
Black with #2FB269
Text Example
Text Example
White with #2FB269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB269; }
p { color: rgb(47,178,105); }
H1.HeaderClassName
{
color: #2FB269;
}
.AnyTagClassName
{
color: #2FB269;
}
</style>
background-color css
<style>
a { background-color: #2FB269; }
a { background-color: rgb(47,178,105); }
div.DivClassName
{
background-color: #2FB269;
}
.BgClassName
{
background-color: #2FB269;
}
</style>
border-color css
<style>
span { border-color: #2FB269; }
span { border-color: rgb(47,178,105); }
td.TdClassName
{
border-color: #2FB269;
}
.TagClassName
{
border-color: #2FB269;
}
</style>