Shades of Dark Pastel Green #1FB540
Tints of Dark Pastel Green #1FB540
RGB
CMYK
RGB Variations
Color information
#1FB540 (or 0x1FB540) is known color: Dark Pastel Green. HEX triplet: 1F, B5 and 40. RGB value is (31,181,64). Sum of RGB (Red+Green+Blue) = 31+181+64=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 181 (71.09% from 255 or 65.58% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 181 - color contains mainly: green. Hex color #1FB540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB540 is #E04ABF. Grayscale: #7B7B7B. Windows color (decimal): -14699200 or 4240671. OLE color: 4240671.
HSL color Cylindrical-coordinate representation of color #1FB540: hue angle of 133.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 #1FB540 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 181 | 64 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.29 |
| HSL | 133.2º | 0.71% | 0.42% | - |
| HSV(B) | 133.2º | 0.83% | 0.71% | - |
| XYZ | 18.01 | 33.71 | 10.41 | - |
| YUV | 122.81 | 94.81 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 181 | 64 | 0.83 | 0 | 0.65 | 0.29 | 133.2 | 0.71 | 0.42 |
| Hex | 1F | B5 | 40 | 53 | 0 | 41 | 1D | 85 | 47 | 2A |
| Octal | 37 | 265 | 100 | 123 | 0 | 101 | 35 | 205 | 107 | 52 |
| Binary | 11111 | 10110101 | 1000000 | 1010011 | 0 | 1000001 | 11101 | 10000101 | 1000111 | 101010 |
Color Harmonies of #1FB540
Complementary color
Monochromatic Colors of #1FB540
Black with #1FB540
Text Example
Text Example
White with #1FB540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB540; }
p { color: rgb(31,181,64); }
H1.HeaderClassName
{
color: #1FB540;
}
.AnyTagClassName
{
color: #1FB540;
}
</style>
background-color css
<style>
a { background-color: #1FB540; }
a { background-color: rgb(31,181,64); }
div.DivClassName
{
background-color: #1FB540;
}
.BgClassName
{
background-color: #1FB540;
}
</style>
border-color css
<style>
span { border-color: #1FB540; }
span { border-color: rgb(31,181,64); }
td.TdClassName
{
border-color: #1FB540;
}
.TagClassName
{
border-color: #1FB540;
}
</style>