Shades of Dark Pastel Green #1BC03F
Tints of Dark Pastel Green #1BC03F
RGB
CMYK
RGB Variations
Color information
#1BC03F (or 0x1BC03F) is known color: Dark Pastel Green. HEX triplet: 1B, C0 and 3F. RGB value is (27,192,63). Sum of RGB (Red+Green+Blue) = 27+192+63=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #1BC03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC03F is #E43FC0. Grayscale: #808080. Windows color (decimal): -14958529 or 4177947. OLE color: 4177947.
HSL color Cylindrical-coordinate representation of color #1BC03F: hue angle of 133.09º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC03F is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 192 | 63 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.25 |
| HSL | 133.09º | 0.75% | 0.43% | - |
| HSV(B) | 133.09º | 0.86% | 0.75% | - |
| XYZ | 20.2 | 38.29 | 11.03 | - |
| YUV | 127.96 | 91.34 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 192 | 63 | 0.86 | 0 | 0.67 | 0.25 | 133.09 | 0.75 | 0.43 |
| Hex | 1B | C0 | 3F | 56 | 0 | 43 | 19 | 85 | 4B | 2B |
| Octal | 33 | 300 | 77 | 126 | 0 | 103 | 31 | 205 | 113 | 53 |
| Binary | 11011 | 11000000 | 111111 | 1010110 | 0 | 1000011 | 11001 | 10000101 | 1001011 | 101011 |
Color Harmonies of #1BC03F
Complementary color
Monochromatic Colors of #1BC03F
Black with #1BC03F
Text Example
Text Example
White with #1BC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC03F; }
p { color: rgb(27,192,63); }
H1.HeaderClassName
{
color: #1BC03F;
}
.AnyTagClassName
{
color: #1BC03F;
}
</style>
background-color css
<style>
a { background-color: #1BC03F; }
a { background-color: rgb(27,192,63); }
div.DivClassName
{
background-color: #1BC03F;
}
.BgClassName
{
background-color: #1BC03F;
}
</style>
border-color css
<style>
span { border-color: #1BC03F; }
span { border-color: rgb(27,192,63); }
td.TdClassName
{
border-color: #1BC03F;
}
.TagClassName
{
border-color: #1BC03F;
}
</style>