Shades of Dark Pastel Green #1FAC34
Tints of Dark Pastel Green #1FAC34
RGB
CMYK
RGB Variations
Color information
#1FAC34 (or 0x1FAC34) is known color: Dark Pastel Green. HEX triplet: 1F, AC and 34. RGB value is (31,172,52). Sum of RGB (Red+Green+Blue) = 31+172+52=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 172 (67.58% from 255 or 67.45% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAC34 is #E053CB. Grayscale: #747474. Windows color (decimal): -14701516 or 3451935. OLE color: 3451935.
HSL color Cylindrical-coordinate representation of color #1FAC34: hue angle of 128.94º 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 #1FAC34 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 52 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.33 |
| HSL | 128.94º | 0.69% | 0.4% | - |
| HSV(B) | 128.94º | 0.82% | 0.67% | - |
| XYZ | 15.94 | 30.04 | 8.21 | - |
| YUV | 116.16 | 91.79 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 52 | 0.82 | 0 | 0.70 | 0.33 | 128.94 | 0.69 | 0.4 |
| Hex | 1F | AC | 34 | 52 | 0 | 46 | 21 | 81 | 45 | 28 |
| Octal | 37 | 254 | 64 | 122 | 0 | 106 | 41 | 201 | 105 | 50 |
| Binary | 11111 | 10101100 | 110100 | 1010010 | 0 | 1000110 | 100001 | 10000001 | 1000101 | 101000 |
Color Harmonies of #1FAC34
Complementary color
Monochromatic Colors of #1FAC34
Black with #1FAC34
Text Example
Text Example
White with #1FAC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC34; }
p { color: rgb(31,172,52); }
H1.HeaderClassName
{
color: #1FAC34;
}
.AnyTagClassName
{
color: #1FAC34;
}
</style>
background-color css
<style>
a { background-color: #1FAC34; }
a { background-color: rgb(31,172,52); }
div.DivClassName
{
background-color: #1FAC34;
}
.BgClassName
{
background-color: #1FAC34;
}
</style>
border-color css
<style>
span { border-color: #1FAC34; }
span { border-color: rgb(31,172,52); }
td.TdClassName
{
border-color: #1FAC34;
}
.TagClassName
{
border-color: #1FAC34;
}
</style>