Shades of Dark Pastel Green #1FB345
Tints of Dark Pastel Green #1FB345
RGB
CMYK
RGB Variations
Color information
#1FB345 (or 0x1FB345) is known color: Dark Pastel Green. HEX triplet: 1F, B3 and 45. RGB value is (31,179,69). Sum of RGB (Red+Green+Blue) = 31+179+69=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 179 (70.31% from 255 or 64.16% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 179 - color contains mainly: green. Hex color #1FB345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB345 is #E04CBA. Grayscale: #7A7A7A. Windows color (decimal): -14699707 or 4567839. OLE color: 4567839.
HSL color Cylindrical-coordinate representation of color #1FB345: hue angle of 135.41º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB345 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 179 | 69 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.30 |
| HSL | 135.41º | 0.7% | 0.41% | - |
| HSV(B) | 135.41º | 0.83% | 0.7% | - |
| XYZ | 17.76 | 32.96 | 11.06 | - |
| YUV | 122.21 | 97.97 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 69 | 0.83 | 0 | 0.61 | 0.30 | 135.41 | 0.7 | 0.41 |
| Hex | 1F | B3 | 45 | 53 | 0 | 3D | 1E | 87 | 46 | 29 |
| Octal | 37 | 263 | 105 | 123 | 0 | 75 | 36 | 207 | 106 | 51 |
| Binary | 11111 | 10110011 | 1000101 | 1010011 | 0 | 111101 | 11110 | 10000111 | 1000110 | 101001 |
Color Harmonies of #1FB345
Complementary color
Monochromatic Colors of #1FB345
Black with #1FB345
Text Example
Text Example
White with #1FB345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB345; }
p { color: rgb(31,179,69); }
H1.HeaderClassName
{
color: #1FB345;
}
.AnyTagClassName
{
color: #1FB345;
}
</style>
background-color css
<style>
a { background-color: #1FB345; }
a { background-color: rgb(31,179,69); }
div.DivClassName
{
background-color: #1FB345;
}
.BgClassName
{
background-color: #1FB345;
}
</style>
border-color css
<style>
span { border-color: #1FB345; }
span { border-color: rgb(31,179,69); }
td.TdClassName
{
border-color: #1FB345;
}
.TagClassName
{
border-color: #1FB345;
}
</style>