Shades of Dark Pastel Green #1FBE4A
Tints of Dark Pastel Green #1FBE4A
RGB
CMYK
RGB Variations
Color information
#1FBE4A (or 0x1FBE4A) is known color: Dark Pastel Green. HEX triplet: 1F, BE and 4A. RGB value is (31,190,74). Sum of RGB (Red+Green+Blue) = 31+190+74=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 190 (74.61% from 255 or 64.41% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBE4A is #E041B5. Grayscale: #818181. Windows color (decimal): -14696886 or 4898335. OLE color: 4898335.
HSL color Cylindrical-coordinate representation of color #1FBE4A: hue angle of 136.23º 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 #1FBE4A is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 74 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.25 |
| HSL | 136.23º | 0.72% | 0.43% | - |
| HSV(B) | 136.23º | 0.84% | 0.75% | - |
| XYZ | 20.21 | 37.61 | 12.67 | - |
| YUV | 129.24 | 96.82 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 74 | 0.84 | 0 | 0.61 | 0.25 | 136.23 | 0.72 | 0.43 |
| Hex | 1F | BE | 4A | 54 | 0 | 3D | 19 | 88 | 48 | 2B |
| Octal | 37 | 276 | 112 | 124 | 0 | 75 | 31 | 210 | 110 | 53 |
| Binary | 11111 | 10111110 | 1001010 | 1010100 | 0 | 111101 | 11001 | 10001000 | 1001000 | 101011 |
Color Harmonies of #1FBE4A
Complementary color
Monochromatic Colors of #1FBE4A
Black with #1FBE4A
Text Example
Text Example
White with #1FBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBE4A; }
p { color: rgb(31,190,74); }
H1.HeaderClassName
{
color: #1FBE4A;
}
.AnyTagClassName
{
color: #1FBE4A;
}
</style>
background-color css
<style>
a { background-color: #1FBE4A; }
a { background-color: rgb(31,190,74); }
div.DivClassName
{
background-color: #1FBE4A;
}
.BgClassName
{
background-color: #1FBE4A;
}
</style>
border-color css
<style>
span { border-color: #1FBE4A; }
span { border-color: rgb(31,190,74); }
td.TdClassName
{
border-color: #1FBE4A;
}
.TagClassName
{
border-color: #1FBE4A;
}
</style>