Shades of Pigment Green #149B3C
Tints of Pigment Green #149B3C
RGB
CMYK
RGB Variations
Color information
#149B3C (or 0x149B3C) is known color: Pigment Green. HEX triplet: 14, 9B and 3C. RGB value is (20,155,60). Sum of RGB (Red+Green+Blue) = 20+155+60=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 155 (60.94% from 255 or 65.96% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 155 - color contains mainly: green. Hex color #149B3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149B3C is #EB64C3. Grayscale: #686868. Windows color (decimal): -15426756 or 3971860. OLE color: 3971860.
HSL color Cylindrical-coordinate representation of color #149B3C: hue angle of 137.78º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149B3C is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 155 | 60 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.39 |
| HSL | 137.78º | 0.77% | 0.34% | - |
| HSV(B) | 137.78º | 0.87% | 0.61% | - |
| XYZ | 12.83 | 23.92 | 8.22 | - |
| YUV | 103.81 | 103.27 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 60 | 0.87 | 0 | 0.61 | 0.39 | 137.78 | 0.77 | 0.34 |
| Hex | 14 | 9B | 3C | 57 | 0 | 3D | 27 | 8A | 4D | 22 |
| Octal | 24 | 233 | 74 | 127 | 0 | 75 | 47 | 212 | 115 | 42 |
| Binary | 10100 | 10011011 | 111100 | 1010111 | 0 | 111101 | 100111 | 10001010 | 1001101 | 100010 |
Color Harmonies of #149B3C
Complementary color
Monochromatic Colors of #149B3C
Black with #149B3C
Text Example
Text Example
White with #149B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149B3C; }
p { color: rgb(20,155,60); }
H1.HeaderClassName
{
color: #149B3C;
}
.AnyTagClassName
{
color: #149B3C;
}
</style>
background-color css
<style>
a { background-color: #149B3C; }
a { background-color: rgb(20,155,60); }
div.DivClassName
{
background-color: #149B3C;
}
.BgClassName
{
background-color: #149B3C;
}
</style>
border-color css
<style>
span { border-color: #149B3C; }
span { border-color: rgb(20,155,60); }
td.TdClassName
{
border-color: #149B3C;
}
.TagClassName
{
border-color: #149B3C;
}
</style>