Shades of Pigment Green #038F3C
Tints of Pigment Green #038F3C
RGB
CMYK
RGB Variations
Color information
#038F3C (or 0x038F3C) is known color: Pigment Green. HEX triplet: 03, 8F and 3C. RGB value is (3,143,60). Sum of RGB (Red+Green+Blue) = 3+143+60=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 143 (56.25% from 255 or 69.42% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 143 - color contains mainly: green. Hex color #038F3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038F3C is #FC70C3. Grayscale: #5B5B5B. Windows color (decimal): -16543940 or 3968771. OLE color: 3968771.
HSL color Cylindrical-coordinate representation of color #038F3C: hue angle of 144.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038F3C is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 143 | 60 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.44 |
| HSL | 144.43º | 0.96% | 0.29% | - |
| HSV(B) | 144.43º | 0.98% | 0.56% | - |
| XYZ | 10.68 | 19.99 | 7.57 | - |
| YUV | 91.68 | 110.12 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 60 | 0.98 | 0 | 0.58 | 0.44 | 144.43 | 0.96 | 0.29 |
| Hex | 3 | 8F | 3C | 62 | 0 | 3A | 2C | 90 | 60 | 1D |
| Octal | 3 | 217 | 74 | 142 | 0 | 72 | 54 | 220 | 140 | 35 |
| Binary | 11 | 10001111 | 111100 | 1100010 | 0 | 111010 | 101100 | 10010000 | 1100000 | 11101 |
Color Harmonies of #038F3C
Complementary color
Monochromatic Colors of #038F3C
Black with #038F3C
Text Example
Text Example
White with #038F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038F3C; }
p { color: rgb(3,143,60); }
H1.HeaderClassName
{
color: #038F3C;
}
.AnyTagClassName
{
color: #038F3C;
}
</style>
background-color css
<style>
a { background-color: #038F3C; }
a { background-color: rgb(3,143,60); }
div.DivClassName
{
background-color: #038F3C;
}
.BgClassName
{
background-color: #038F3C;
}
</style>
border-color css
<style>
span { border-color: #038F3C; }
span { border-color: rgb(3,143,60); }
td.TdClassName
{
border-color: #038F3C;
}
.TagClassName
{
border-color: #038F3C;
}
</style>