Shades of Pine Green #038270
Tints of Pine Green #038270
RGB
CMYK
RGB Variations
Color information
#038270 (or 0x038270) is known color: Pine Green. HEX triplet: 03, 82 and 70. RGB value is (3,130,112). Sum of RGB (Red+Green+Blue) = 3+130+112=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #038270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038270 is #FC7D8F. Grayscale: #595959. Windows color (decimal): -16547216 or 7373315. OLE color: 7373315.
HSL color Cylindrical-coordinate representation of color #038270: hue angle of 171.5º 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 #038270 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 112 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.49 |
| HSL | 171.5º | 0.95% | 0.26% | - |
| HSV(B) | 171.5º | 0.98% | 0.51% | - |
| XYZ | 10.94 | 17.15 | 18.06 | - |
| YUV | 89.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 112 | 0.98 | 0 | 0.14 | 0.49 | 171.5 | 0.95 | 0.26 |
| Hex | 3 | 82 | 70 | 62 | 0 | E | 31 | AB | 5F | 1A |
| Octal | 3 | 202 | 160 | 142 | 0 | 16 | 61 | 253 | 137 | 32 |
| Binary | 11 | 10000010 | 1110000 | 1100010 | 0 | 1110 | 110001 | 10101011 | 1011111 | 11010 |
Color Harmonies of #038270
Complementary color
Monochromatic Colors of #038270
Black with #038270
Text Example
Text Example
White with #038270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038270; }
p { color: rgb(3,130,112); }
H1.HeaderClassName
{
color: #038270;
}
.AnyTagClassName
{
color: #038270;
}
</style>
background-color css
<style>
a { background-color: #038270; }
a { background-color: rgb(3,130,112); }
div.DivClassName
{
background-color: #038270;
}
.BgClassName
{
background-color: #038270;
}
</style>
border-color css
<style>
span { border-color: #038270; }
span { border-color: rgb(3,130,112); }
td.TdClassName
{
border-color: #038270;
}
.TagClassName
{
border-color: #038270;
}
</style>