Shades of Pigment Green #02943D
Tints of Pigment Green #02943D
RGB
CMYK
RGB Variations
Color information
#02943D (or 0x02943D) is known color: Pigment Green. HEX triplet: 02, 94 and 3D. RGB value is (2,148,61). Sum of RGB (Red+Green+Blue) = 2+148+61=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 148 (58.20% from 255 or 70.14% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 148 - color contains mainly: green. Hex color #02943D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02943D is #FD6BC2. Grayscale: #5E5E5E. Windows color (decimal): -16608195 or 4035586. OLE color: 4035586.
HSL color Cylindrical-coordinate representation of color #02943D: hue angle of 144.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02943D is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 148 | 61 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.42 |
| HSL | 144.25º | 0.97% | 0.29% | - |
| HSV(B) | 144.25º | 0.99% | 0.58% | - |
| XYZ | 11.46 | 21.53 | 7.97 | - |
| YUV | 94.43 | 109.13 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 148 | 61 | 0.99 | 0 | 0.59 | 0.42 | 144.25 | 0.97 | 0.29 |
| Hex | 2 | 94 | 3D | 63 | 0 | 3B | 2A | 90 | 61 | 1D |
| Octal | 2 | 224 | 75 | 143 | 0 | 73 | 52 | 220 | 141 | 35 |
| Binary | 10 | 10010100 | 111101 | 1100011 | 0 | 111011 | 101010 | 10010000 | 1100001 | 11101 |
Color Harmonies of #02943D
Complementary color
Monochromatic Colors of #02943D
Black with #02943D
Text Example
Text Example
White with #02943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02943D; }
p { color: rgb(2,148,61); }
H1.HeaderClassName
{
color: #02943D;
}
.AnyTagClassName
{
color: #02943D;
}
</style>
background-color css
<style>
a { background-color: #02943D; }
a { background-color: rgb(2,148,61); }
div.DivClassName
{
background-color: #02943D;
}
.BgClassName
{
background-color: #02943D;
}
</style>
border-color css
<style>
span { border-color: #02943D; }
span { border-color: rgb(2,148,61); }
td.TdClassName
{
border-color: #02943D;
}
.TagClassName
{
border-color: #02943D;
}
</style>