Shades of Pigment Green #038C45
Tints of Pigment Green #038C45
RGB
CMYK
RGB Variations
Color information
#038C45 (or 0x038C45) is known color: Pigment Green. HEX triplet: 03, 8C and 45. RGB value is (3,140,69). Sum of RGB (Red+Green+Blue) = 3+140+69=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 140 (55.08% from 255 or 66.04% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 140 - color contains mainly: green. Hex color #038C45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038C45 is #FC73BA. Grayscale: #5B5B5B. Windows color (decimal): -16544699 or 4557827. OLE color: 4557827.
HSL color Cylindrical-coordinate representation of color #038C45: hue angle of 148.91º 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 #038C45 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 140 | 69 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.45 |
| HSL | 148.91º | 0.96% | 0.28% | - |
| HSV(B) | 148.91º | 0.98% | 0.55% | - |
| XYZ | 10.49 | 19.21 | 8.78 | - |
| YUV | 90.94 | 115.61 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 69 | 0.98 | 0 | 0.51 | 0.45 | 148.91 | 0.96 | 0.28 |
| Hex | 3 | 8C | 45 | 62 | 0 | 33 | 2D | 95 | 60 | 1C |
| Octal | 3 | 214 | 105 | 142 | 0 | 63 | 55 | 225 | 140 | 34 |
| Binary | 11 | 10001100 | 1000101 | 1100010 | 0 | 110011 | 101101 | 10010101 | 1100000 | 11100 |
Color Harmonies of #038C45
Complementary color
Monochromatic Colors of #038C45
Black with #038C45
Text Example
Text Example
White with #038C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038C45; }
p { color: rgb(3,140,69); }
H1.HeaderClassName
{
color: #038C45;
}
.AnyTagClassName
{
color: #038C45;
}
</style>
background-color css
<style>
a { background-color: #038C45; }
a { background-color: rgb(3,140,69); }
div.DivClassName
{
background-color: #038C45;
}
.BgClassName
{
background-color: #038C45;
}
</style>
border-color css
<style>
span { border-color: #038C45; }
span { border-color: rgb(3,140,69); }
td.TdClassName
{
border-color: #038C45;
}
.TagClassName
{
border-color: #038C45;
}
</style>