Shades of Pigment Green #038D34
Tints of Pigment Green #038D34
RGB
CMYK
RGB Variations
Color information
#038D34 (or 0x038D34) is known color: Pigment Green. HEX triplet: 03, 8D and 34. RGB value is (3,141,52). Sum of RGB (Red+Green+Blue) = 3+141+52=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 141 (55.47% from 255 or 71.94% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 141 - color contains mainly: green. Hex color #038D34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038D34 is #FC72CB. Grayscale: #595959. Windows color (decimal): -16544460 or 3443971. OLE color: 3443971.
HSL color Cylindrical-coordinate representation of color #038D34: hue angle of 141.3º 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 #038D34 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 141 | 52 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.45 |
| HSL | 141.3º | 0.96% | 0.28% | - |
| HSV(B) | 141.3º | 0.98% | 0.55% | - |
| XYZ | 10.18 | 19.32 | 6.44 | - |
| YUV | 89.59 | 106.78 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 52 | 0.98 | 0 | 0.63 | 0.45 | 141.3 | 0.96 | 0.28 |
| Hex | 3 | 8D | 34 | 62 | 0 | 3F | 2D | 8D | 60 | 1C |
| Octal | 3 | 215 | 64 | 142 | 0 | 77 | 55 | 215 | 140 | 34 |
| Binary | 11 | 10001101 | 110100 | 1100010 | 0 | 111111 | 101101 | 10001101 | 1100000 | 11100 |
Color Harmonies of #038D34
Complementary color
Monochromatic Colors of #038D34
Black with #038D34
Text Example
Text Example
White with #038D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038D34; }
p { color: rgb(3,141,52); }
H1.HeaderClassName
{
color: #038D34;
}
.AnyTagClassName
{
color: #038D34;
}
</style>
background-color css
<style>
a { background-color: #038D34; }
a { background-color: rgb(3,141,52); }
div.DivClassName
{
background-color: #038D34;
}
.BgClassName
{
background-color: #038D34;
}
</style>
border-color css
<style>
span { border-color: #038D34; }
span { border-color: rgb(3,141,52); }
td.TdClassName
{
border-color: #038D34;
}
.TagClassName
{
border-color: #038D34;
}
</style>