Shades of Dark Pastel Green #1FBD3C
Tints of Dark Pastel Green #1FBD3C
RGB
CMYK
RGB Variations
Color information
#1FBD3C (or 0x1FBD3C) is known color: Dark Pastel Green. HEX triplet: 1F, BD and 3C. RGB value is (31,189,60). Sum of RGB (Red+Green+Blue) = 31+189+60=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 189 (74.22% from 255 or 67.5% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 189 - color contains mainly: green. Hex color #1FBD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBD3C is #E042C3. Grayscale: #7F7F7F. Windows color (decimal): -14697156 or 3980575. OLE color: 3980575.
HSL color Cylindrical-coordinate representation of color #1FBD3C: hue angle of 131.01º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBD3C is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 189 | 60 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.26 |
| HSL | 131.01º | 0.72% | 0.43% | - |
| HSV(B) | 131.01º | 0.84% | 0.74% | - |
| XYZ | 19.58 | 37.01 | 10.39 | - |
| YUV | 127.05 | 90.15 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 60 | 0.84 | 0 | 0.68 | 0.26 | 131.01 | 0.72 | 0.43 |
| Hex | 1F | BD | 3C | 54 | 0 | 44 | 1A | 83 | 48 | 2B |
| Octal | 37 | 275 | 74 | 124 | 0 | 104 | 32 | 203 | 110 | 53 |
| Binary | 11111 | 10111101 | 111100 | 1010100 | 0 | 1000100 | 11010 | 10000011 | 1001000 | 101011 |
Color Harmonies of #1FBD3C
Complementary color
Monochromatic Colors of #1FBD3C
Black with #1FBD3C
Text Example
Text Example
White with #1FBD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBD3C; }
p { color: rgb(31,189,60); }
H1.HeaderClassName
{
color: #1FBD3C;
}
.AnyTagClassName
{
color: #1FBD3C;
}
</style>
background-color css
<style>
a { background-color: #1FBD3C; }
a { background-color: rgb(31,189,60); }
div.DivClassName
{
background-color: #1FBD3C;
}
.BgClassName
{
background-color: #1FBD3C;
}
</style>
border-color css
<style>
span { border-color: #1FBD3C; }
span { border-color: rgb(31,189,60); }
td.TdClassName
{
border-color: #1FBD3C;
}
.TagClassName
{
border-color: #1FBD3C;
}
</style>