Shades of Dark Pastel Green #1FB545
Tints of Dark Pastel Green #1FB545
RGB
CMYK
RGB Variations
Color information
#1FB545 (or 0x1FB545) is known color: Dark Pastel Green. HEX triplet: 1F, B5 and 45. RGB value is (31,181,69). Sum of RGB (Red+Green+Blue) = 31+181+69=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 181 (71.09% from 255 or 64.41% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 181 - color contains mainly: green. Hex color #1FB545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB545 is #E04ABA. Grayscale: #7B7B7B. Windows color (decimal): -14699195 or 4568351. OLE color: 4568351.
HSL color Cylindrical-coordinate representation of color #1FB545: hue angle of 135.2º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB545 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 181 | 69 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.29 |
| HSL | 135.2º | 0.71% | 0.42% | - |
| HSV(B) | 135.2º | 0.83% | 0.71% | - |
| XYZ | 18.16 | 33.77 | 11.19 | - |
| YUV | 123.38 | 97.31 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 181 | 69 | 0.83 | 0 | 0.62 | 0.29 | 135.2 | 0.71 | 0.42 |
| Hex | 1F | B5 | 45 | 53 | 0 | 3E | 1D | 87 | 47 | 2A |
| Octal | 37 | 265 | 105 | 123 | 0 | 76 | 35 | 207 | 107 | 52 |
| Binary | 11111 | 10110101 | 1000101 | 1010011 | 0 | 111110 | 11101 | 10000111 | 1000111 | 101010 |
Color Harmonies of #1FB545
Complementary color
Monochromatic Colors of #1FB545
Black with #1FB545
Text Example
Text Example
White with #1FB545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB545; }
p { color: rgb(31,181,69); }
H1.HeaderClassName
{
color: #1FB545;
}
.AnyTagClassName
{
color: #1FB545;
}
</style>
background-color css
<style>
a { background-color: #1FB545; }
a { background-color: rgb(31,181,69); }
div.DivClassName
{
background-color: #1FB545;
}
.BgClassName
{
background-color: #1FB545;
}
</style>
border-color css
<style>
span { border-color: #1FB545; }
span { border-color: rgb(31,181,69); }
td.TdClassName
{
border-color: #1FB545;
}
.TagClassName
{
border-color: #1FB545;
}
</style>