Shades of Sea Green #2F934F
Tints of Sea Green #2F934F
RGB
CMYK
RGB Variations
Color information
#2F934F (or 0x2F934F) is known color: Sea Green. HEX triplet: 2F, 93 and 4F. RGB value is (47,147,79). Sum of RGB (Red+Green+Blue) = 47+147+79=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #2F934F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F934F is #D06CB0. Grayscale: #6D6D6D. Windows color (decimal): -13659313 or 5215023. OLE color: 5215023.
HSL color Cylindrical-coordinate representation of color #2F934F: hue angle of 139.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F934F is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 79 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.42 |
| HSL | 139.2º | 0.52% | 0.38% | - |
| HSV(B) | 139.2º | 0.68% | 0.58% | - |
| XYZ | 13.02 | 22.04 | 10.96 | - |
| YUV | 109.35 | 110.87 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 79 | 0.68 | 0 | 0.46 | 0.42 | 139.2 | 0.52 | 0.38 |
| Hex | 2F | 93 | 4F | 44 | 0 | 2E | 2A | 8B | 34 | 26 |
| Octal | 57 | 223 | 117 | 104 | 0 | 56 | 52 | 213 | 64 | 46 |
| Binary | 101111 | 10010011 | 1001111 | 1000100 | 0 | 101110 | 101010 | 10001011 | 110100 | 100110 |
Color Harmonies of #2F934F
Complementary color
Monochromatic Colors of #2F934F
Black with #2F934F
Text Example
Text Example
White with #2F934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F934F; }
p { color: rgb(47,147,79); }
H1.HeaderClassName
{
color: #2F934F;
}
.AnyTagClassName
{
color: #2F934F;
}
</style>
background-color css
<style>
a { background-color: #2F934F; }
a { background-color: rgb(47,147,79); }
div.DivClassName
{
background-color: #2F934F;
}
.BgClassName
{
background-color: #2F934F;
}
</style>
border-color css
<style>
span { border-color: #2F934F; }
span { border-color: rgb(47,147,79); }
td.TdClassName
{
border-color: #2F934F;
}
.TagClassName
{
border-color: #2F934F;
}
</style>