Shades of Dark Pastel Green #1FAA3A
Tints of Dark Pastel Green #1FAA3A
RGB
CMYK
RGB Variations
Color information
#1FAA3A (or 0x1FAA3A) is known color: Dark Pastel Green. HEX triplet: 1F, AA and 3A. RGB value is (31,170,58). Sum of RGB (Red+Green+Blue) = 31+170+58=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 170 (66.80% from 255 or 65.64% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAA3A is #E055C5. Grayscale: #737373. Windows color (decimal): -14702022 or 3844639. OLE color: 3844639.
HSL color Cylindrical-coordinate representation of color #1FAA3A: hue angle of 131.65º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAA3A is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 58 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.33 |
| HSL | 131.65º | 0.69% | 0.39% | - |
| HSV(B) | 131.65º | 0.82% | 0.67% | - |
| XYZ | 15.7 | 29.35 | 8.84 | - |
| YUV | 115.67 | 95.45 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 58 | 0.82 | 0 | 0.66 | 0.33 | 131.65 | 0.69 | 0.39 |
| Hex | 1F | AA | 3A | 52 | 0 | 42 | 21 | 84 | 45 | 27 |
| Octal | 37 | 252 | 72 | 122 | 0 | 102 | 41 | 204 | 105 | 47 |
| Binary | 11111 | 10101010 | 111010 | 1010010 | 0 | 1000010 | 100001 | 10000100 | 1000101 | 100111 |
Color Harmonies of #1FAA3A
Complementary color
Monochromatic Colors of #1FAA3A
Black with #1FAA3A
Text Example
Text Example
White with #1FAA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA3A; }
p { color: rgb(31,170,58); }
H1.HeaderClassName
{
color: #1FAA3A;
}
.AnyTagClassName
{
color: #1FAA3A;
}
</style>
background-color css
<style>
a { background-color: #1FAA3A; }
a { background-color: rgb(31,170,58); }
div.DivClassName
{
background-color: #1FAA3A;
}
.BgClassName
{
background-color: #1FAA3A;
}
</style>
border-color css
<style>
span { border-color: #1FAA3A; }
span { border-color: rgb(31,170,58); }
td.TdClassName
{
border-color: #1FAA3A;
}
.TagClassName
{
border-color: #1FAA3A;
}
</style>