Shades of Dark Pastel Green #1FB24A
Tints of Dark Pastel Green #1FB24A
RGB
CMYK
RGB Variations
Color information
#1FB24A (or 0x1FB24A) is known color: Dark Pastel Green. HEX triplet: 1F, B2 and 4A. RGB value is (31,178,74). Sum of RGB (Red+Green+Blue) = 31+178+74=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 178 (69.92% from 255 or 62.90% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB24A is #E04DB5. Grayscale: #7A7A7A. Windows color (decimal): -14699958 or 4895263. OLE color: 4895263.
HSL color Cylindrical-coordinate representation of color #1FB24A: hue angle of 137.55º 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 #1FB24A is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 178 | 74 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.30 |
| HSL | 137.55º | 0.7% | 0.41% | - |
| HSV(B) | 137.55º | 0.83% | 0.7% | - |
| XYZ | 17.72 | 32.63 | 11.84 | - |
| YUV | 122.19 | 100.8 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 74 | 0.83 | 0 | 0.58 | 0.30 | 137.55 | 0.7 | 0.41 |
| Hex | 1F | B2 | 4A | 53 | 0 | 3A | 1E | 8A | 46 | 29 |
| Octal | 37 | 262 | 112 | 123 | 0 | 72 | 36 | 212 | 106 | 51 |
| Binary | 11111 | 10110010 | 1001010 | 1010011 | 0 | 111010 | 11110 | 10001010 | 1000110 | 101001 |
Color Harmonies of #1FB24A
Complementary color
Monochromatic Colors of #1FB24A
Black with #1FB24A
Text Example
Text Example
White with #1FB24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB24A; }
p { color: rgb(31,178,74); }
H1.HeaderClassName
{
color: #1FB24A;
}
.AnyTagClassName
{
color: #1FB24A;
}
</style>
background-color css
<style>
a { background-color: #1FB24A; }
a { background-color: rgb(31,178,74); }
div.DivClassName
{
background-color: #1FB24A;
}
.BgClassName
{
background-color: #1FB24A;
}
</style>
border-color css
<style>
span { border-color: #1FB24A; }
span { border-color: rgb(31,178,74); }
td.TdClassName
{
border-color: #1FB24A;
}
.TagClassName
{
border-color: #1FB24A;
}
</style>