Shades of Dark Pastel Green #1FB23B
Tints of Dark Pastel Green #1FB23B
RGB
CMYK
RGB Variations
Color information
#1FB23B (or 0x1FB23B) is known color: Dark Pastel Green. HEX triplet: 1F, B2 and 3B. RGB value is (31,178,59). Sum of RGB (Red+Green+Blue) = 31+178+59=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 178 (69.92% from 255 or 66.42% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB23B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB23B is #E04DC4. Grayscale: #787878. Windows color (decimal): -14699973 or 3912223. OLE color: 3912223.
HSL color Cylindrical-coordinate representation of color #1FB23B: hue angle of 131.43º 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 #1FB23B is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 178 | 59 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.30 |
| HSL | 131.43º | 0.7% | 0.41% | - |
| HSV(B) | 131.43º | 0.83% | 0.7% | - |
| XYZ | 17.27 | 32.45 | 9.49 | - |
| YUV | 120.48 | 93.3 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 59 | 0.83 | 0 | 0.67 | 0.30 | 131.43 | 0.7 | 0.41 |
| Hex | 1F | B2 | 3B | 53 | 0 | 43 | 1E | 83 | 46 | 29 |
| Octal | 37 | 262 | 73 | 123 | 0 | 103 | 36 | 203 | 106 | 51 |
| Binary | 11111 | 10110010 | 111011 | 1010011 | 0 | 1000011 | 11110 | 10000011 | 1000110 | 101001 |
Color Harmonies of #1FB23B
Complementary color
Monochromatic Colors of #1FB23B
Black with #1FB23B
Text Example
Text Example
White with #1FB23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB23B; }
p { color: rgb(31,178,59); }
H1.HeaderClassName
{
color: #1FB23B;
}
.AnyTagClassName
{
color: #1FB23B;
}
</style>
background-color css
<style>
a { background-color: #1FB23B; }
a { background-color: rgb(31,178,59); }
div.DivClassName
{
background-color: #1FB23B;
}
.BgClassName
{
background-color: #1FB23B;
}
</style>
border-color css
<style>
span { border-color: #1FB23B; }
span { border-color: rgb(31,178,59); }
td.TdClassName
{
border-color: #1FB23B;
}
.TagClassName
{
border-color: #1FB23B;
}
</style>