Shades of Sea Green #2F904F
Tints of Sea Green #2F904F
RGB
CMYK
RGB Variations
Color information
#2F904F (or 0x2F904F) is known color: Sea Green. HEX triplet: 2F, 90 and 4F. RGB value is (47,144,79). Sum of RGB (Red+Green+Blue) = 47+144+79=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #2F904F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F904F is #D06FB0. Grayscale: #6B6B6B. Windows color (decimal): -13660081 or 5214255. OLE color: 5214255.
HSL color Cylindrical-coordinate representation of color #2F904F: hue angle of 139.79º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F904F is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 144 | 79 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.44 |
| HSL | 139.79º | 0.51% | 0.37% | - |
| HSV(B) | 139.79º | 0.67% | 0.56% | - |
| XYZ | 12.56 | 21.12 | 10.81 | - |
| YUV | 107.59 | 111.86 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 79 | 0.67 | 0 | 0.45 | 0.44 | 139.79 | 0.51 | 0.37 |
| Hex | 2F | 90 | 4F | 43 | 0 | 2D | 2C | 8C | 33 | 25 |
| Octal | 57 | 220 | 117 | 103 | 0 | 55 | 54 | 214 | 63 | 45 |
| Binary | 101111 | 10010000 | 1001111 | 1000011 | 0 | 101101 | 101100 | 10001100 | 110011 | 100101 |
Color Harmonies of #2F904F
Complementary color
Monochromatic Colors of #2F904F
Black with #2F904F
Text Example
Text Example
White with #2F904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F904F; }
p { color: rgb(47,144,79); }
H1.HeaderClassName
{
color: #2F904F;
}
.AnyTagClassName
{
color: #2F904F;
}
</style>
background-color css
<style>
a { background-color: #2F904F; }
a { background-color: rgb(47,144,79); }
div.DivClassName
{
background-color: #2F904F;
}
.BgClassName
{
background-color: #2F904F;
}
</style>
border-color css
<style>
span { border-color: #2F904F; }
span { border-color: rgb(47,144,79); }
td.TdClassName
{
border-color: #2F904F;
}
.TagClassName
{
border-color: #2F904F;
}
</style>