Shades of Dark Pastel Green #1BBE42
Tints of Dark Pastel Green #1BBE42
RGB
CMYK
RGB Variations
Color information
#1BBE42 (or 0x1BBE42) is known color: Dark Pastel Green. HEX triplet: 1B, BE and 42. RGB value is (27,190,66). Sum of RGB (Red+Green+Blue) = 27+190+66=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 190 (74.61% from 255 or 67.14% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 190 - color contains mainly: green. Hex color #1BBE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBE42 is #E441BD. Grayscale: #7F7F7F. Windows color (decimal): -14959038 or 4374043. OLE color: 4374043.
HSL color Cylindrical-coordinate representation of color #1BBE42: hue angle of 134.36º 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 #1BBE42 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 190 | 66 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.25 |
| HSL | 134.36º | 0.75% | 0.43% | - |
| HSV(B) | 134.36º | 0.86% | 0.75% | - |
| XYZ | 19.85 | 37.45 | 11.34 | - |
| YUV | 127.13 | 93.5 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 190 | 66 | 0.86 | 0 | 0.65 | 0.25 | 134.36 | 0.75 | 0.43 |
| Hex | 1B | BE | 42 | 56 | 0 | 41 | 19 | 86 | 4B | 2B |
| Octal | 33 | 276 | 102 | 126 | 0 | 101 | 31 | 206 | 113 | 53 |
| Binary | 11011 | 10111110 | 1000010 | 1010110 | 0 | 1000001 | 11001 | 10000110 | 1001011 | 101011 |
Color Harmonies of #1BBE42
Complementary color
Monochromatic Colors of #1BBE42
Black with #1BBE42
Text Example
Text Example
White with #1BBE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBE42; }
p { color: rgb(27,190,66); }
H1.HeaderClassName
{
color: #1BBE42;
}
.AnyTagClassName
{
color: #1BBE42;
}
</style>
background-color css
<style>
a { background-color: #1BBE42; }
a { background-color: rgb(27,190,66); }
div.DivClassName
{
background-color: #1BBE42;
}
.BgClassName
{
background-color: #1BBE42;
}
</style>
border-color css
<style>
span { border-color: #1BBE42; }
span { border-color: rgb(27,190,66); }
td.TdClassName
{
border-color: #1BBE42;
}
.TagClassName
{
border-color: #1BBE42;
}
</style>