Shades of Sea Green #2F854B
Tints of Sea Green #2F854B
RGB
CMYK
RGB Variations
Color information
#2F854B (or 0x2F854B) is known color: Sea Green. HEX triplet: 2F, 85 and 4B. RGB value is (47,133,75). Sum of RGB (Red+Green+Blue) = 47+133+75=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #2F854B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F854B is #D07AB4. Grayscale: #646464. Windows color (decimal): -13662901 or 4949295. OLE color: 4949295.
HSL color Cylindrical-coordinate representation of color #2F854B: hue angle of 139.53º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F854B is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 133 | 75 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.48 |
| HSL | 139.53º | 0.48% | 0.35% | - |
| HSV(B) | 139.53º | 0.65% | 0.52% | - |
| XYZ | 10.83 | 17.89 | 9.54 | - |
| YUV | 100.67 | 113.51 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 133 | 75 | 0.65 | 0 | 0.44 | 0.48 | 139.53 | 0.48 | 0.35 |
| Hex | 2F | 85 | 4B | 41 | 0 | 2C | 30 | 8C | 30 | 23 |
| Octal | 57 | 205 | 113 | 101 | 0 | 54 | 60 | 214 | 60 | 43 |
| Binary | 101111 | 10000101 | 1001011 | 1000001 | 0 | 101100 | 110000 | 10001100 | 110000 | 100011 |
Color Harmonies of #2F854B
Complementary color
Monochromatic Colors of #2F854B
Black with #2F854B
Text Example
Text Example
White with #2F854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F854B; }
p { color: rgb(47,133,75); }
H1.HeaderClassName
{
color: #2F854B;
}
.AnyTagClassName
{
color: #2F854B;
}
</style>
background-color css
<style>
a { background-color: #2F854B; }
a { background-color: rgb(47,133,75); }
div.DivClassName
{
background-color: #2F854B;
}
.BgClassName
{
background-color: #2F854B;
}
</style>
border-color css
<style>
span { border-color: #2F854B; }
span { border-color: rgb(47,133,75); }
td.TdClassName
{
border-color: #2F854B;
}
.TagClassName
{
border-color: #2F854B;
}
</style>