Shades of Pigment Green #038D4C
Tints of Pigment Green #038D4C
RGB
CMYK
RGB Variations
Color information
#038D4C (or 0x038D4C) is known color: Pigment Green. HEX triplet: 03, 8D and 4C. RGB value is (3,141,76). Sum of RGB (Red+Green+Blue) = 3+141+76=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 141 (55.47% from 255 or 64.09% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 141 - color contains mainly: green. Hex color #038D4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038D4C is #FC72B3. Grayscale: #5C5C5C. Windows color (decimal): -16544436 or 5016835. OLE color: 5016835.
HSL color Cylindrical-coordinate representation of color #038D4C: hue angle of 151.74º 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 #038D4C is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 141 | 76 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.45 |
| HSL | 151.74º | 0.96% | 0.28% | - |
| HSV(B) | 151.74º | 0.98% | 0.55% | - |
| XYZ | 10.87 | 19.59 | 10.05 | - |
| YUV | 92.33 | 118.78 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 76 | 0.98 | 0 | 0.46 | 0.45 | 151.74 | 0.96 | 0.28 |
| Hex | 3 | 8D | 4C | 62 | 0 | 2E | 2D | 98 | 60 | 1C |
| Octal | 3 | 215 | 114 | 142 | 0 | 56 | 55 | 230 | 140 | 34 |
| Binary | 11 | 10001101 | 1001100 | 1100010 | 0 | 101110 | 101101 | 10011000 | 1100000 | 11100 |
Color Harmonies of #038D4C
Complementary color
Monochromatic Colors of #038D4C
Black with #038D4C
Text Example
Text Example
White with #038D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038D4C; }
p { color: rgb(3,141,76); }
H1.HeaderClassName
{
color: #038D4C;
}
.AnyTagClassName
{
color: #038D4C;
}
</style>
background-color css
<style>
a { background-color: #038D4C; }
a { background-color: rgb(3,141,76); }
div.DivClassName
{
background-color: #038D4C;
}
.BgClassName
{
background-color: #038D4C;
}
</style>
border-color css
<style>
span { border-color: #038D4C; }
span { border-color: rgb(3,141,76); }
td.TdClassName
{
border-color: #038D4C;
}
.TagClassName
{
border-color: #038D4C;
}
</style>