Shades of Pigment Green #038D3E
Tints of Pigment Green #038D3E
RGB
CMYK
RGB Variations
Color information
#038D3E (or 0x038D3E) is known color: Pigment Green. HEX triplet: 03, 8D and 3E. RGB value is (3,141,62). Sum of RGB (Red+Green+Blue) = 3+141+62=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 141 (55.47% from 255 or 68.45% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 141 - color contains mainly: green. Hex color #038D3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038D3E is #FC72C1. Grayscale: #5A5A5A. Windows color (decimal): -16544450 or 4099331. OLE color: 4099331.
HSL color Cylindrical-coordinate representation of color #038D3E: hue angle of 145.65º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038D3E is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 141 | 62 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.45 |
| HSL | 145.65º | 0.96% | 0.28% | - |
| HSV(B) | 145.65º | 0.98% | 0.55% | - |
| XYZ | 10.43 | 19.42 | 7.76 | - |
| YUV | 90.73 | 111.78 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 62 | 0.98 | 0 | 0.56 | 0.45 | 145.65 | 0.96 | 0.28 |
| Hex | 3 | 8D | 3E | 62 | 0 | 38 | 2D | 92 | 60 | 1C |
| Octal | 3 | 215 | 76 | 142 | 0 | 70 | 55 | 222 | 140 | 34 |
| Binary | 11 | 10001101 | 111110 | 1100010 | 0 | 111000 | 101101 | 10010010 | 1100000 | 11100 |
Color Harmonies of #038D3E
Complementary color
Monochromatic Colors of #038D3E
Black with #038D3E
Text Example
Text Example
White with #038D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038D3E; }
p { color: rgb(3,141,62); }
H1.HeaderClassName
{
color: #038D3E;
}
.AnyTagClassName
{
color: #038D3E;
}
</style>
background-color css
<style>
a { background-color: #038D3E; }
a { background-color: rgb(3,141,62); }
div.DivClassName
{
background-color: #038D3E;
}
.BgClassName
{
background-color: #038D3E;
}
</style>
border-color css
<style>
span { border-color: #038D3E; }
span { border-color: rgb(3,141,62); }
td.TdClassName
{
border-color: #038D3E;
}
.TagClassName
{
border-color: #038D3E;
}
</style>