Shades of Dark Pastel Green #1FB03D
Tints of Dark Pastel Green #1FB03D
RGB
CMYK
RGB Variations
Color information
#1FB03D (or 0x1FB03D) is known color: Dark Pastel Green. HEX triplet: 1F, B0 and 3D. RGB value is (31,176,61). Sum of RGB (Red+Green+Blue) = 31+176+61=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 176 (69.14% from 255 or 65.67% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB03D is #E04FC2. Grayscale: #777777. Windows color (decimal): -14700483 or 4042783. OLE color: 4042783.
HSL color Cylindrical-coordinate representation of color #1FB03D: hue angle of 132.41º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB03D is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 176 | 61 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.31 |
| HSL | 132.41º | 0.7% | 0.41% | - |
| HSV(B) | 132.41º | 0.82% | 0.69% | - |
| XYZ | 16.93 | 31.68 | 9.64 | - |
| YUV | 119.54 | 94.96 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 176 | 61 | 0.82 | 0 | 0.65 | 0.31 | 132.41 | 0.7 | 0.41 |
| Hex | 1F | B0 | 3D | 52 | 0 | 41 | 1F | 84 | 46 | 29 |
| Octal | 37 | 260 | 75 | 122 | 0 | 101 | 37 | 204 | 106 | 51 |
| Binary | 11111 | 10110000 | 111101 | 1010010 | 0 | 1000001 | 11111 | 10000100 | 1000110 | 101001 |
Color Harmonies of #1FB03D
Complementary color
Monochromatic Colors of #1FB03D
Black with #1FB03D
Text Example
Text Example
White with #1FB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB03D; }
p { color: rgb(31,176,61); }
H1.HeaderClassName
{
color: #1FB03D;
}
.AnyTagClassName
{
color: #1FB03D;
}
</style>
background-color css
<style>
a { background-color: #1FB03D; }
a { background-color: rgb(31,176,61); }
div.DivClassName
{
background-color: #1FB03D;
}
.BgClassName
{
background-color: #1FB03D;
}
</style>
border-color css
<style>
span { border-color: #1FB03D; }
span { border-color: rgb(31,176,61); }
td.TdClassName
{
border-color: #1FB03D;
}
.TagClassName
{
border-color: #1FB03D;
}
</style>