Shades of Sea Green #2F904B
Tints of Sea Green #2F904B
RGB
CMYK
RGB Variations
Color information
#2F904B (or 0x2F904B) is known color: Sea Green. HEX triplet: 2F, 90 and 4B. RGB value is (47,144,75). Sum of RGB (Red+Green+Blue) = 47+144+75=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #2F904B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F904B is #D06FB4. Grayscale: #6B6B6B. Windows color (decimal): -13660085 or 4952111. OLE color: 4952111.
HSL color Cylindrical-coordinate representation of color #2F904B: hue angle of 137.32º 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 #2F904B is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 144 | 75 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.44 |
| HSL | 137.32º | 0.51% | 0.37% | - |
| HSV(B) | 137.32º | 0.67% | 0.56% | - |
| XYZ | 12.42 | 21.06 | 10.07 | - |
| YUV | 107.13 | 109.86 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 75 | 0.67 | 0 | 0.48 | 0.44 | 137.32 | 0.51 | 0.37 |
| Hex | 2F | 90 | 4B | 43 | 0 | 30 | 2C | 89 | 33 | 25 |
| Octal | 57 | 220 | 113 | 103 | 0 | 60 | 54 | 211 | 63 | 45 |
| Binary | 101111 | 10010000 | 1001011 | 1000011 | 0 | 110000 | 101100 | 10001001 | 110011 | 100101 |
Color Harmonies of #2F904B
Complementary color
Monochromatic Colors of #2F904B
Black with #2F904B
Text Example
Text Example
White with #2F904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F904B; }
p { color: rgb(47,144,75); }
H1.HeaderClassName
{
color: #2F904B;
}
.AnyTagClassName
{
color: #2F904B;
}
</style>
background-color css
<style>
a { background-color: #2F904B; }
a { background-color: rgb(47,144,75); }
div.DivClassName
{
background-color: #2F904B;
}
.BgClassName
{
background-color: #2F904B;
}
</style>
border-color css
<style>
span { border-color: #2F904B; }
span { border-color: rgb(47,144,75); }
td.TdClassName
{
border-color: #2F904B;
}
.TagClassName
{
border-color: #2F904B;
}
</style>