Shades of Surfie Green #038075
Tints of Surfie Green #038075
RGB
CMYK
RGB Variations
Color information
#038075 (or 0x038075) is known color: Surfie Green. HEX triplet: 03, 80 and 75. RGB value is (3,128,117). Sum of RGB (Red+Green+Blue) = 3+128+117=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #038075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038075 is #FC7F8A. Grayscale: #595959. Windows color (decimal): -16547723 or 7700483. OLE color: 7700483.
HSL color Cylindrical-coordinate representation of color #038075: hue angle of 174.72º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038075 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 128 | 117 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.50 |
| HSL | 174.72º | 0.95% | 0.26% | - |
| HSV(B) | 174.72º | 0.98% | 0.5% | - |
| XYZ | 10.97 | 16.74 | 19.48 | - |
| YUV | 89.37 | 143.59 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 117 | 0.98 | 0 | 0.09 | 0.50 | 174.72 | 0.95 | 0.26 |
| Hex | 3 | 80 | 75 | 62 | 0 | 9 | 32 | AF | 5F | 1A |
| Octal | 3 | 200 | 165 | 142 | 0 | 11 | 62 | 257 | 137 | 32 |
| Binary | 11 | 10000000 | 1110101 | 1100010 | 0 | 1001 | 110010 | 10101111 | 1011111 | 11010 |
Color Harmonies of #038075
Complementary color
Monochromatic Colors of #038075
Black with #038075
Text Example
Text Example
White with #038075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038075; }
p { color: rgb(3,128,117); }
H1.HeaderClassName
{
color: #038075;
}
.AnyTagClassName
{
color: #038075;
}
</style>
background-color css
<style>
a { background-color: #038075; }
a { background-color: rgb(3,128,117); }
div.DivClassName
{
background-color: #038075;
}
.BgClassName
{
background-color: #038075;
}
</style>
border-color css
<style>
span { border-color: #038075; }
span { border-color: rgb(3,128,117); }
td.TdClassName
{
border-color: #038075;
}
.TagClassName
{
border-color: #038075;
}
</style>