Shades of Dark Pastel Green #1BBC3F
Tints of Dark Pastel Green #1BBC3F
RGB
CMYK
RGB Variations
Color information
#1BBC3F (or 0x1BBC3F) is known color: Dark Pastel Green. HEX triplet: 1B, BC and 3F. RGB value is (27,188,63). Sum of RGB (Red+Green+Blue) = 27+188+63=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 188 (73.83% from 255 or 67.63% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBC3F is #E443C0. Grayscale: #7D7D7D. Windows color (decimal): -14959553 or 4176923. OLE color: 4176923.
HSL color Cylindrical-coordinate representation of color #1BBC3F: hue angle of 133.42º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBC3F is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 63 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.26 |
| HSL | 133.42º | 0.75% | 0.42% | - |
| HSV(B) | 133.42º | 0.86% | 0.74% | - |
| XYZ | 19.33 | 36.56 | 10.74 | - |
| YUV | 125.61 | 92.66 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 63 | 0.86 | 0 | 0.66 | 0.26 | 133.42 | 0.75 | 0.42 |
| Hex | 1B | BC | 3F | 56 | 0 | 42 | 1A | 85 | 4B | 2A |
| Octal | 33 | 274 | 77 | 126 | 0 | 102 | 32 | 205 | 113 | 52 |
| Binary | 11011 | 10111100 | 111111 | 1010110 | 0 | 1000010 | 11010 | 10000101 | 1001011 | 101010 |
Color Harmonies of #1BBC3F
Complementary color
Monochromatic Colors of #1BBC3F
Black with #1BBC3F
Text Example
Text Example
White with #1BBC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC3F; }
p { color: rgb(27,188,63); }
H1.HeaderClassName
{
color: #1BBC3F;
}
.AnyTagClassName
{
color: #1BBC3F;
}
</style>
background-color css
<style>
a { background-color: #1BBC3F; }
a { background-color: rgb(27,188,63); }
div.DivClassName
{
background-color: #1BBC3F;
}
.BgClassName
{
background-color: #1BBC3F;
}
</style>
border-color css
<style>
span { border-color: #1BBC3F; }
span { border-color: rgb(27,188,63); }
td.TdClassName
{
border-color: #1BBC3F;
}
.TagClassName
{
border-color: #1BBC3F;
}
</style>