Shades of Pigment Green #038E46
Tints of Pigment Green #038E46
RGB
CMYK
RGB Variations
Color information
#038E46 (or 0x038E46) is known color: Pigment Green. HEX triplet: 03, 8E and 46. RGB value is (3,142,70). Sum of RGB (Red+Green+Blue) = 3+142+70=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 142 (55.86% from 255 or 66.05% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 142 - color contains mainly: green. Hex color #038E46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038E46 is #FC71B9. Grayscale: #5C5C5C. Windows color (decimal): -16544186 or 4623875. OLE color: 4623875.
HSL color Cylindrical-coordinate representation of color #038E46: hue angle of 148.92º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038E46 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 142 | 70 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.44 |
| HSL | 148.92º | 0.96% | 0.28% | - |
| HSV(B) | 148.92º | 0.98% | 0.56% | - |
| XYZ | 10.82 | 19.81 | 9.05 | - |
| YUV | 92.23 | 115.45 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 142 | 70 | 0.98 | 0 | 0.51 | 0.44 | 148.92 | 0.96 | 0.28 |
| Hex | 3 | 8E | 46 | 62 | 0 | 33 | 2C | 95 | 60 | 1C |
| Octal | 3 | 216 | 106 | 142 | 0 | 63 | 54 | 225 | 140 | 34 |
| Binary | 11 | 10001110 | 1000110 | 1100010 | 0 | 110011 | 101100 | 10010101 | 1100000 | 11100 |
Color Harmonies of #038E46
Complementary color
Monochromatic Colors of #038E46
Black with #038E46
Text Example
Text Example
White with #038E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038E46; }
p { color: rgb(3,142,70); }
H1.HeaderClassName
{
color: #038E46;
}
.AnyTagClassName
{
color: #038E46;
}
</style>
background-color css
<style>
a { background-color: #038E46; }
a { background-color: rgb(3,142,70); }
div.DivClassName
{
background-color: #038E46;
}
.BgClassName
{
background-color: #038E46;
}
</style>
border-color css
<style>
span { border-color: #038E46; }
span { border-color: rgb(3,142,70); }
td.TdClassName
{
border-color: #038E46;
}
.TagClassName
{
border-color: #038E46;
}
</style>