Shades of Surfie Green #038275
Tints of Surfie Green #038275
RGB
CMYK
RGB Variations
Color information
#038275 (or 0x038275) is known color: Surfie Green. HEX triplet: 03, 82 and 75. RGB value is (3,130,117). Sum of RGB (Red+Green+Blue) = 3+130+117=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #038275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038275 is #FC7D8A. Grayscale: #5A5A5A. Windows color (decimal): -16547211 or 7700995. OLE color: 7700995.
HSL color Cylindrical-coordinate representation of color #038275: hue angle of 173.86º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038275 is Cyan = 0.98, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 117 | - |
| CMYK | 0.98 | 0 | 0.1 | 0.49 |
| HSL | 173.86º | 0.95% | 0.26% | - |
| HSV(B) | 173.86º | 0.98% | 0.51% | - |
| XYZ | 11.23 | 17.27 | 19.57 | - |
| YUV | 90.55 | 142.92 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 117 | 0.98 | 0 | 0.1 | 0.49 | 173.86 | 0.95 | 0.26 |
| Hex | 3 | 82 | 75 | 62 | 0 | A | 31 | AE | 5F | 1A |
| Octal | 3 | 202 | 165 | 142 | 0 | 12 | 61 | 256 | 137 | 32 |
| Binary | 11 | 10000010 | 1110101 | 1100010 | 0 | 1010 | 110001 | 10101110 | 1011111 | 11010 |
Color Harmonies of #038275
Complementary color
Monochromatic Colors of #038275
Black with #038275
Text Example
Text Example
White with #038275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038275; }
p { color: rgb(3,130,117); }
H1.HeaderClassName
{
color: #038275;
}
.AnyTagClassName
{
color: #038275;
}
</style>
background-color css
<style>
a { background-color: #038275; }
a { background-color: rgb(3,130,117); }
div.DivClassName
{
background-color: #038275;
}
.BgClassName
{
background-color: #038275;
}
</style>
border-color css
<style>
span { border-color: #038275; }
span { border-color: rgb(3,130,117); }
td.TdClassName
{
border-color: #038275;
}
.TagClassName
{
border-color: #038275;
}
</style>