Shades of Dark Pastel Green #1FBA3C
Tints of Dark Pastel Green #1FBA3C
RGB
CMYK
RGB Variations
Color information
#1FBA3C (or 0x1FBA3C) is known color: Dark Pastel Green. HEX triplet: 1F, BA and 3C. RGB value is (31,186,60). Sum of RGB (Red+Green+Blue) = 31+186+60=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBA3C is #E045C3. Grayscale: #7D7D7D. Windows color (decimal): -14697924 or 3979807. OLE color: 3979807.
HSL color Cylindrical-coordinate representation of color #1FBA3C: hue angle of 131.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FBA3C is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 186 | 60 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.27 |
| HSL | 131.23º | 0.71% | 0.43% | - |
| HSV(B) | 131.23º | 0.83% | 0.73% | - |
| XYZ | 18.94 | 35.74 | 10.17 | - |
| YUV | 125.29 | 91.15 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 60 | 0.83 | 0 | 0.68 | 0.27 | 131.23 | 0.71 | 0.43 |
| Hex | 1F | BA | 3C | 53 | 0 | 44 | 1B | 83 | 47 | 2B |
| Octal | 37 | 272 | 74 | 123 | 0 | 104 | 33 | 203 | 107 | 53 |
| Binary | 11111 | 10111010 | 111100 | 1010011 | 0 | 1000100 | 11011 | 10000011 | 1000111 | 101011 |
Color Harmonies of #1FBA3C
Complementary color
Monochromatic Colors of #1FBA3C
Black with #1FBA3C
Text Example
Text Example
White with #1FBA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBA3C; }
p { color: rgb(31,186,60); }
H1.HeaderClassName
{
color: #1FBA3C;
}
.AnyTagClassName
{
color: #1FBA3C;
}
</style>
background-color css
<style>
a { background-color: #1FBA3C; }
a { background-color: rgb(31,186,60); }
div.DivClassName
{
background-color: #1FBA3C;
}
.BgClassName
{
background-color: #1FBA3C;
}
</style>
border-color css
<style>
span { border-color: #1FBA3C; }
span { border-color: rgb(31,186,60); }
td.TdClassName
{
border-color: #1FBA3C;
}
.TagClassName
{
border-color: #1FBA3C;
}
</style>