Shades of Dark Pastel Green #1FB43B
Tints of Dark Pastel Green #1FB43B
RGB
CMYK
RGB Variations
Color information
#1FB43B (or 0x1FB43B) is known color: Dark Pastel Green. HEX triplet: 1F, B4 and 3B. RGB value is (31,180,59). Sum of RGB (Red+Green+Blue) = 31+180+59=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 180 (70.70% from 255 or 66.67% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB43B is #E04BC4. Grayscale: #797979. Windows color (decimal): -14699461 or 3912735. OLE color: 3912735.
HSL color Cylindrical-coordinate representation of color #1FB43B: hue angle of 131.28º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB43B is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 180 | 59 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.29 |
| HSL | 131.28º | 0.71% | 0.41% | - |
| HSV(B) | 131.28º | 0.83% | 0.71% | - |
| XYZ | 17.68 | 33.25 | 9.62 | - |
| YUV | 121.66 | 92.64 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 180 | 59 | 0.83 | 0 | 0.67 | 0.29 | 131.28 | 0.71 | 0.41 |
| Hex | 1F | B4 | 3B | 53 | 0 | 43 | 1D | 83 | 47 | 29 |
| Octal | 37 | 264 | 73 | 123 | 0 | 103 | 35 | 203 | 107 | 51 |
| Binary | 11111 | 10110100 | 111011 | 1010011 | 0 | 1000011 | 11101 | 10000011 | 1000111 | 101001 |
Color Harmonies of #1FB43B
Complementary color
Monochromatic Colors of #1FB43B
Black with #1FB43B
Text Example
Text Example
White with #1FB43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB43B; }
p { color: rgb(31,180,59); }
H1.HeaderClassName
{
color: #1FB43B;
}
.AnyTagClassName
{
color: #1FB43B;
}
</style>
background-color css
<style>
a { background-color: #1FB43B; }
a { background-color: rgb(31,180,59); }
div.DivClassName
{
background-color: #1FB43B;
}
.BgClassName
{
background-color: #1FB43B;
}
</style>
border-color css
<style>
span { border-color: #1FB43B; }
span { border-color: rgb(31,180,59); }
td.TdClassName
{
border-color: #1FB43B;
}
.TagClassName
{
border-color: #1FB43B;
}
</style>