Shades of Dark Pastel Green #1FA83C
Tints of Dark Pastel Green #1FA83C
RGB
CMYK
RGB Variations
Color information
#1FA83C (or 0x1FA83C) is known color: Dark Pastel Green. HEX triplet: 1F, A8 and 3C. RGB value is (31,168,60). Sum of RGB (Red+Green+Blue) = 31+168+60=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 168 (66.02% from 255 or 64.86% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 168 - color contains mainly: green. Hex color #1FA83C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA83C is #E057C3. Grayscale: #737373. Windows color (decimal): -14702532 or 3975199. OLE color: 3975199.
HSL color Cylindrical-coordinate representation of color #1FA83C: hue angle of 132.7º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA83C is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 168 | 60 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.34 |
| HSL | 132.7º | 0.69% | 0.39% | - |
| HSV(B) | 132.7º | 0.82% | 0.66% | - |
| XYZ | 15.38 | 28.62 | 8.99 | - |
| YUV | 114.73 | 97.11 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 168 | 60 | 0.82 | 0 | 0.64 | 0.34 | 132.7 | 0.69 | 0.39 |
| Hex | 1F | A8 | 3C | 52 | 0 | 40 | 22 | 85 | 45 | 27 |
| Octal | 37 | 250 | 74 | 122 | 0 | 100 | 42 | 205 | 105 | 47 |
| Binary | 11111 | 10101000 | 111100 | 1010010 | 0 | 1000000 | 100010 | 10000101 | 1000101 | 100111 |
Color Harmonies of #1FA83C
Complementary color
Monochromatic Colors of #1FA83C
Black with #1FA83C
Text Example
Text Example
White with #1FA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA83C; }
p { color: rgb(31,168,60); }
H1.HeaderClassName
{
color: #1FA83C;
}
.AnyTagClassName
{
color: #1FA83C;
}
</style>
background-color css
<style>
a { background-color: #1FA83C; }
a { background-color: rgb(31,168,60); }
div.DivClassName
{
background-color: #1FA83C;
}
.BgClassName
{
background-color: #1FA83C;
}
</style>
border-color css
<style>
span { border-color: #1FA83C; }
span { border-color: rgb(31,168,60); }
td.TdClassName
{
border-color: #1FA83C;
}
.TagClassName
{
border-color: #1FA83C;
}
</style>