Shades of Dark Pastel Green #1FAC43
Tints of Dark Pastel Green #1FAC43
RGB
CMYK
RGB Variations
Color information
#1FAC43 (or 0x1FAC43) is known color: Dark Pastel Green. HEX triplet: 1F, AC and 43. RGB value is (31,172,67). Sum of RGB (Red+Green+Blue) = 31+172+67=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 172 (67.58% from 255 or 63.70% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAC43 is #E053BC. Grayscale: #767676. Windows color (decimal): -14701501 or 4434975. OLE color: 4434975.
HSL color Cylindrical-coordinate representation of color #1FAC43: hue angle of 135.32º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAC43 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 67 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.33 |
| HSL | 135.32º | 0.69% | 0.4% | - |
| HSV(B) | 135.32º | 0.82% | 0.67% | - |
| XYZ | 16.33 | 30.2 | 10.28 | - |
| YUV | 117.87 | 99.29 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 67 | 0.82 | 0 | 0.61 | 0.33 | 135.32 | 0.69 | 0.4 |
| Hex | 1F | AC | 43 | 52 | 0 | 3D | 21 | 87 | 45 | 28 |
| Octal | 37 | 254 | 103 | 122 | 0 | 75 | 41 | 207 | 105 | 50 |
| Binary | 11111 | 10101100 | 1000011 | 1010010 | 0 | 111101 | 100001 | 10000111 | 1000101 | 101000 |
Color Harmonies of #1FAC43
Complementary color
Monochromatic Colors of #1FAC43
Black with #1FAC43
Text Example
Text Example
White with #1FAC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC43; }
p { color: rgb(31,172,67); }
H1.HeaderClassName
{
color: #1FAC43;
}
.AnyTagClassName
{
color: #1FAC43;
}
</style>
background-color css
<style>
a { background-color: #1FAC43; }
a { background-color: rgb(31,172,67); }
div.DivClassName
{
background-color: #1FAC43;
}
.BgClassName
{
background-color: #1FAC43;
}
</style>
border-color css
<style>
span { border-color: #1FAC43; }
span { border-color: rgb(31,172,67); }
td.TdClassName
{
border-color: #1FAC43;
}
.TagClassName
{
border-color: #1FAC43;
}
</style>