Shades of Ocean Green #48AA65
Tints of Ocean Green #48AA65
RGB
CMYK
RGB Variations
Color information
#48AA65 (or 0x48AA65) is known color: Ocean Green. HEX triplet: 48, AA and 65. RGB value is (72,170,101). Sum of RGB (Red+Green+Blue) = 72+170+101=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AA65 is #B7559A. Grayscale: #858585. Windows color (decimal): -12015003 or 6662728. OLE color: 6662728.
HSL color Cylindrical-coordinate representation of color #48AA65: hue angle of 137.76º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AA65 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 170 | 101 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.33 |
| HSL | 137.76º | 0.4% | 0.47% | - |
| HSV(B) | 137.76º | 0.58% | 0.67% | - |
| XYZ | 19.4 | 31.07 | 17.29 | - |
| YUV | 132.83 | 110.03 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 170 | 101 | 0.58 | 0 | 0.41 | 0.33 | 137.76 | 0.4 | 0.47 |
| Hex | 48 | AA | 65 | 3A | 0 | 29 | 21 | 8A | 28 | 2F |
| Octal | 110 | 252 | 145 | 72 | 0 | 51 | 41 | 212 | 50 | 57 |
| Binary | 1001000 | 10101010 | 1100101 | 111010 | 0 | 101001 | 100001 | 10001010 | 101000 | 101111 |
Color Harmonies of #48AA65
Complementary color
Monochromatic Colors of #48AA65
Black with #48AA65
Text Example
Text Example
White with #48AA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AA65; }
p { color: rgb(72,170,101); }
H1.HeaderClassName
{
color: #48AA65;
}
.AnyTagClassName
{
color: #48AA65;
}
</style>
background-color css
<style>
a { background-color: #48AA65; }
a { background-color: rgb(72,170,101); }
div.DivClassName
{
background-color: #48AA65;
}
.BgClassName
{
background-color: #48AA65;
}
</style>
border-color css
<style>
span { border-color: #48AA65; }
span { border-color: rgb(72,170,101); }
td.TdClassName
{
border-color: #48AA65;
}
.TagClassName
{
border-color: #48AA65;
}
</style>