Shades of Ocean Green #3FA275
Tints of Ocean Green #3FA275
RGB
CMYK
RGB Variations
Color information
#3FA275 (or 0x3FA275) is known color: Ocean Green. HEX triplet: 3F, A2 and 75. RGB value is (63,162,117). Sum of RGB (Red+Green+Blue) = 63+162+117=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA275 is #C05D8A. Grayscale: #7F7F7F. Windows color (decimal): -12606859 or 7709247. OLE color: 7709247.
HSL color Cylindrical-coordinate representation of color #3FA275: hue angle of 152.73º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA275 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 162 | 117 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.36 |
| HSL | 152.73º | 0.44% | 0.44% | - |
| HSV(B) | 152.73º | 0.61% | 0.64% | - |
| XYZ | 18.18 | 28.18 | 21.31 | - |
| YUV | 127.27 | 122.2 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 117 | 0.61 | 0 | 0.28 | 0.36 | 152.73 | 0.44 | 0.44 |
| Hex | 3F | A2 | 75 | 3D | 0 | 1C | 24 | 99 | 2C | 2C |
| Octal | 77 | 242 | 165 | 75 | 0 | 34 | 44 | 231 | 54 | 54 |
| Binary | 111111 | 10100010 | 1110101 | 111101 | 0 | 11100 | 100100 | 10011001 | 101100 | 101100 |
Color Harmonies of #3FA275
Complementary color
Monochromatic Colors of #3FA275
Black with #3FA275
Text Example
Text Example
White with #3FA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA275; }
p { color: rgb(63,162,117); }
H1.HeaderClassName
{
color: #3FA275;
}
.AnyTagClassName
{
color: #3FA275;
}
</style>
background-color css
<style>
a { background-color: #3FA275; }
a { background-color: rgb(63,162,117); }
div.DivClassName
{
background-color: #3FA275;
}
.BgClassName
{
background-color: #3FA275;
}
</style>
border-color css
<style>
span { border-color: #3FA275; }
span { border-color: rgb(63,162,117); }
td.TdClassName
{
border-color: #3FA275;
}
.TagClassName
{
border-color: #3FA275;
}
</style>