Shades of Pigment Green #038E4E
Tints of Pigment Green #038E4E
RGB
CMYK
RGB Variations
Color information
#038E4E (or 0x038E4E) is known color: Pigment Green. HEX triplet: 03, 8E and 4E. RGB value is (3,142,78). Sum of RGB (Red+Green+Blue) = 3+142+78=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 142 (55.86% from 255 or 63.68% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 142 - color contains mainly: green. Hex color #038E4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038E4E is #FC71B1. Grayscale: #5D5D5D. Windows color (decimal): -16544178 or 5148163. OLE color: 5148163.
HSL color Cylindrical-coordinate representation of color #038E4E: hue angle of 152.37º 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 #038E4E is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 142 | 78 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.44 |
| HSL | 152.37º | 0.96% | 0.28% | - |
| HSV(B) | 152.37º | 0.98% | 0.56% | - |
| XYZ | 11.09 | 19.92 | 10.47 | - |
| YUV | 93.14 | 119.45 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 142 | 78 | 0.98 | 0 | 0.45 | 0.44 | 152.37 | 0.96 | 0.28 |
| Hex | 3 | 8E | 4E | 62 | 0 | 2D | 2C | 98 | 60 | 1C |
| Octal | 3 | 216 | 116 | 142 | 0 | 55 | 54 | 230 | 140 | 34 |
| Binary | 11 | 10001110 | 1001110 | 1100010 | 0 | 101101 | 101100 | 10011000 | 1100000 | 11100 |
Color Harmonies of #038E4E
Complementary color
Monochromatic Colors of #038E4E
Black with #038E4E
Text Example
Text Example
White with #038E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038E4E; }
p { color: rgb(3,142,78); }
H1.HeaderClassName
{
color: #038E4E;
}
.AnyTagClassName
{
color: #038E4E;
}
</style>
background-color css
<style>
a { background-color: #038E4E; }
a { background-color: rgb(3,142,78); }
div.DivClassName
{
background-color: #038E4E;
}
.BgClassName
{
background-color: #038E4E;
}
</style>
border-color css
<style>
span { border-color: #038E4E; }
span { border-color: rgb(3,142,78); }
td.TdClassName
{
border-color: #038E4E;
}
.TagClassName
{
border-color: #038E4E;
}
</style>