Shades of Pigment Green #009D30
Tints of Pigment Green #009D30
RGB
CMYK
RGB Variations
Color information
#009D30 (or 0x009D30) is known color: Pigment Green. HEX triplet: 00, 9D and 30. RGB value is (0,157,48). Sum of RGB (Red+Green+Blue) = 0+157+48=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 157 (61.72% from 255 or 76.59% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 157 - color contains mainly: green. Hex color #009D30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009D30 is #FF62CF. Grayscale: #616161. Windows color (decimal): -16736976 or 3185920. OLE color: 3185920.
HSL color Cylindrical-coordinate representation of color #009D30: hue angle of 138.34º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009D30 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 157 | 48 | - |
| CMYK | 1 | 0 | 0.69 | 0.38 |
| HSL | 138.34º | 1% | 0.31% | - |
| HSV(B) | 138.34º | 1% | 0.62% | - |
| XYZ | 12.59 | 24.33 | 6.83 | - |
| YUV | 97.63 | 99.99 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 48 | 1 | 0 | 0.69 | 0.38 | 138.34 | 1 | 0.31 |
| Hex | 0 | 9D | 30 | 64 | 0 | 45 | 26 | 8A | 64 | 1F |
| Octal | 0 | 235 | 60 | 144 | 0 | 105 | 46 | 212 | 144 | 37 |
| Binary | 0 | 10011101 | 110000 | 1100100 | 0 | 1000101 | 100110 | 10001010 | 1100100 | 11111 |
Color Harmonies of #009D30
Complementary color
Monochromatic Colors of #009D30
Black with #009D30
Text Example
Text Example
White with #009D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009D30; }
p { color: rgb(0,157,48); }
H1.HeaderClassName
{
color: #009D30;
}
.AnyTagClassName
{
color: #009D30;
}
</style>
background-color css
<style>
a { background-color: #009D30; }
a { background-color: rgb(0,157,48); }
div.DivClassName
{
background-color: #009D30;
}
.BgClassName
{
background-color: #009D30;
}
</style>
border-color css
<style>
span { border-color: #009D30; }
span { border-color: rgb(0,157,48); }
td.TdClassName
{
border-color: #009D30;
}
.TagClassName
{
border-color: #009D30;
}
</style>