Shades of Dark Pastel Green #1FB23D
Tints of Dark Pastel Green #1FB23D
RGB
CMYK
RGB Variations
Color information
#1FB23D (or 0x1FB23D) is known color: Dark Pastel Green. HEX triplet: 1F, B2 and 3D. RGB value is (31,178,61). Sum of RGB (Red+Green+Blue) = 31+178+61=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 178 (69.92% from 255 or 65.93% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB23D is #E04DC2. Grayscale: #797979. Windows color (decimal): -14699971 or 4043295. OLE color: 4043295.
HSL color Cylindrical-coordinate representation of color #1FB23D: hue angle of 132.24º 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 #1FB23D is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 178 | 61 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.30 |
| HSL | 132.24º | 0.7% | 0.41% | - |
| HSV(B) | 132.24º | 0.83% | 0.7% | - |
| XYZ | 17.33 | 32.47 | 9.77 | - |
| YUV | 120.71 | 94.3 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 61 | 0.83 | 0 | 0.66 | 0.30 | 132.24 | 0.7 | 0.41 |
| Hex | 1F | B2 | 3D | 53 | 0 | 42 | 1E | 84 | 46 | 29 |
| Octal | 37 | 262 | 75 | 123 | 0 | 102 | 36 | 204 | 106 | 51 |
| Binary | 11111 | 10110010 | 111101 | 1010011 | 0 | 1000010 | 11110 | 10000100 | 1000110 | 101001 |
Color Harmonies of #1FB23D
Complementary color
Monochromatic Colors of #1FB23D
Black with #1FB23D
Text Example
Text Example
White with #1FB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB23D; }
p { color: rgb(31,178,61); }
H1.HeaderClassName
{
color: #1FB23D;
}
.AnyTagClassName
{
color: #1FB23D;
}
</style>
background-color css
<style>
a { background-color: #1FB23D; }
a { background-color: rgb(31,178,61); }
div.DivClassName
{
background-color: #1FB23D;
}
.BgClassName
{
background-color: #1FB23D;
}
</style>
border-color css
<style>
span { border-color: #1FB23D; }
span { border-color: rgb(31,178,61); }
td.TdClassName
{
border-color: #1FB23D;
}
.TagClassName
{
border-color: #1FB23D;
}
</style>