Shades of Dark Pastel Green #1BBA35
Tints of Dark Pastel Green #1BBA35
RGB
CMYK
RGB Variations
Color information
#1BBA35 (or 0x1BBA35) is known color: Dark Pastel Green. HEX triplet: 1B, BA and 35. RGB value is (27,186,53). Sum of RGB (Red+Green+Blue) = 27+186+53=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 186 (73.05% from 255 or 69.92% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBA35 is #E445CA. Grayscale: #7B7B7B. Windows color (decimal): -14960075 or 3521051. OLE color: 3521051.
HSL color Cylindrical-coordinate representation of color #1BBA35: hue angle of 129.81º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BBA35 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 53 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.27 |
| HSL | 129.81º | 0.75% | 0.42% | - |
| HSV(B) | 129.81º | 0.85% | 0.73% | - |
| XYZ | 18.65 | 35.61 | 9.26 | - |
| YUV | 123.3 | 88.32 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 53 | 0.85 | 0 | 0.72 | 0.27 | 129.81 | 0.75 | 0.42 |
| Hex | 1B | BA | 35 | 55 | 0 | 48 | 1B | 82 | 4B | 2A |
| Octal | 33 | 272 | 65 | 125 | 0 | 110 | 33 | 202 | 113 | 52 |
| Binary | 11011 | 10111010 | 110101 | 1010101 | 0 | 1001000 | 11011 | 10000010 | 1001011 | 101010 |
Color Harmonies of #1BBA35
Complementary color
Monochromatic Colors of #1BBA35
Black with #1BBA35
Text Example
Text Example
White with #1BBA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBA35; }
p { color: rgb(27,186,53); }
H1.HeaderClassName
{
color: #1BBA35;
}
.AnyTagClassName
{
color: #1BBA35;
}
</style>
background-color css
<style>
a { background-color: #1BBA35; }
a { background-color: rgb(27,186,53); }
div.DivClassName
{
background-color: #1BBA35;
}
.BgClassName
{
background-color: #1BBA35;
}
</style>
border-color css
<style>
span { border-color: #1BBA35; }
span { border-color: rgb(27,186,53); }
td.TdClassName
{
border-color: #1BBA35;
}
.TagClassName
{
border-color: #1BBA35;
}
</style>