Shades of Surfie Green #0D8278
Tints of Surfie Green #0D8278
RGB
CMYK
RGB Variations
Color information
#0D8278 (or 0x0D8278) is known color: Surfie Green. HEX triplet: 0D, 82 and 78. RGB value is (13,130,120). Sum of RGB (Red+Green+Blue) = 13+130+120=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #0D8278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8278 is #F27D87. Grayscale: #5D5D5D. Windows color (decimal): -15891848 or 7897613. OLE color: 7897613.
HSL color Cylindrical-coordinate representation of color #0D8278: hue angle of 174.87º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8278 is Cyan = 0.9, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 130 | 120 | - |
| CMYK | 0.9 | 0 | 0.08 | 0.49 |
| HSL | 174.87º | 0.82% | 0.28% | - |
| HSV(B) | 174.87º | 0.9% | 0.51% | - |
| XYZ | 11.54 | 17.41 | 20.52 | - |
| YUV | 93.88 | 142.74 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 120 | 0.9 | 0 | 0.08 | 0.49 | 174.87 | 0.82 | 0.28 |
| Hex | D | 82 | 78 | 5A | 0 | 8 | 31 | AF | 52 | 1C |
| Octal | 15 | 202 | 170 | 132 | 0 | 10 | 61 | 257 | 122 | 34 |
| Binary | 1101 | 10000010 | 1111000 | 1011010 | 0 | 1000 | 110001 | 10101111 | 1010010 | 11100 |
Color Harmonies of #0D8278
Complementary color
Monochromatic Colors of #0D8278
Black with #0D8278
Text Example
Text Example
White with #0D8278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8278; }
p { color: rgb(13,130,120); }
H1.HeaderClassName
{
color: #0D8278;
}
.AnyTagClassName
{
color: #0D8278;
}
</style>
background-color css
<style>
a { background-color: #0D8278; }
a { background-color: rgb(13,130,120); }
div.DivClassName
{
background-color: #0D8278;
}
.BgClassName
{
background-color: #0D8278;
}
</style>
border-color css
<style>
span { border-color: #0D8278; }
span { border-color: rgb(13,130,120); }
td.TdClassName
{
border-color: #0D8278;
}
.TagClassName
{
border-color: #0D8278;
}
</style>