Shades of Pigment Green #1AA348
Tints of Pigment Green #1AA348
RGB
CMYK
RGB Variations
Color information
#1AA348 (or 0x1AA348) is known color: Pigment Green. HEX triplet: 1A, A3 and 48. RGB value is (26,163,72). Sum of RGB (Red+Green+Blue) = 26+163+72=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 163 (64.06% from 255 or 62.45% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA348 is #E55CB7. Grayscale: #6F6F6F. Windows color (decimal): -15031480 or 4760346. OLE color: 4760346.
HSL color Cylindrical-coordinate representation of color #1AA348: hue angle of 140.15º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA348 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 163 | 72 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.36 |
| HSL | 140.15º | 0.72% | 0.37% | - |
| HSV(B) | 140.15º | 0.84% | 0.64% | - |
| XYZ | 14.69 | 26.88 | 10.55 | - |
| YUV | 111.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 163 | 72 | 0.84 | 0 | 0.56 | 0.36 | 140.15 | 0.72 | 0.37 |
| Hex | 1A | A3 | 48 | 54 | 0 | 38 | 24 | 8C | 48 | 25 |
| Octal | 32 | 243 | 110 | 124 | 0 | 70 | 44 | 214 | 110 | 45 |
| Binary | 11010 | 10100011 | 1001000 | 1010100 | 0 | 111000 | 100100 | 10001100 | 1001000 | 100101 |
Color Harmonies of #1AA348
Complementary color
Monochromatic Colors of #1AA348
Black with #1AA348
Text Example
Text Example
White with #1AA348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA348; }
p { color: rgb(26,163,72); }
H1.HeaderClassName
{
color: #1AA348;
}
.AnyTagClassName
{
color: #1AA348;
}
</style>
background-color css
<style>
a { background-color: #1AA348; }
a { background-color: rgb(26,163,72); }
div.DivClassName
{
background-color: #1AA348;
}
.BgClassName
{
background-color: #1AA348;
}
</style>
border-color css
<style>
span { border-color: #1AA348; }
span { border-color: rgb(26,163,72); }
td.TdClassName
{
border-color: #1AA348;
}
.TagClassName
{
border-color: #1AA348;
}
</style>