Shades of Dark Pastel Green #1FBE3E
Tints of Dark Pastel Green #1FBE3E
RGB
CMYK
RGB Variations
Color information
#1FBE3E (or 0x1FBE3E) is known color: Dark Pastel Green. HEX triplet: 1F, BE and 3E. RGB value is (31,190,62). Sum of RGB (Red+Green+Blue) = 31+190+62=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 190 (74.61% from 255 or 67.14% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBE3E is #E041C1. Grayscale: #808080. Windows color (decimal): -14696898 or 4111903. OLE color: 4111903.
HSL color Cylindrical-coordinate representation of color #1FBE3E: hue angle of 131.7º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBE3E is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 62 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.25 |
| HSL | 131.7º | 0.72% | 0.43% | - |
| HSV(B) | 131.7º | 0.84% | 0.75% | - |
| XYZ | 19.85 | 37.47 | 10.74 | - |
| YUV | 127.87 | 90.82 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 62 | 0.84 | 0 | 0.67 | 0.25 | 131.7 | 0.72 | 0.43 |
| Hex | 1F | BE | 3E | 54 | 0 | 43 | 19 | 84 | 48 | 2B |
| Octal | 37 | 276 | 76 | 124 | 0 | 103 | 31 | 204 | 110 | 53 |
| Binary | 11111 | 10111110 | 111110 | 1010100 | 0 | 1000011 | 11001 | 10000100 | 1001000 | 101011 |
Color Harmonies of #1FBE3E
Complementary color
Monochromatic Colors of #1FBE3E
Black with #1FBE3E
Text Example
Text Example
White with #1FBE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBE3E; }
p { color: rgb(31,190,62); }
H1.HeaderClassName
{
color: #1FBE3E;
}
.AnyTagClassName
{
color: #1FBE3E;
}
</style>
background-color css
<style>
a { background-color: #1FBE3E; }
a { background-color: rgb(31,190,62); }
div.DivClassName
{
background-color: #1FBE3E;
}
.BgClassName
{
background-color: #1FBE3E;
}
</style>
border-color css
<style>
span { border-color: #1FBE3E; }
span { border-color: rgb(31,190,62); }
td.TdClassName
{
border-color: #1FBE3E;
}
.TagClassName
{
border-color: #1FBE3E;
}
</style>