Shades of Dark Pastel Green #1BB73C
Tints of Dark Pastel Green #1BB73C
RGB
CMYK
RGB Variations
Color information
#1BB73C (or 0x1BB73C) is known color: Dark Pastel Green. HEX triplet: 1B, B7 and 3C. RGB value is (27,183,60). Sum of RGB (Red+Green+Blue) = 27+183+60=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 183 (71.88% from 255 or 67.78% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 183 - color contains mainly: green. Hex color #1BB73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB73C is #E448C3. Grayscale: #7A7A7A. Windows color (decimal): -14960836 or 3979035. OLE color: 3979035.
HSL color Cylindrical-coordinate representation of color #1BB73C: hue angle of 132.69º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB73C is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 27 | 183 | 60 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.28 |
| HSL | 132.69º | 0.74% | 0.41% | - |
| HSV(B) | 132.69º | 0.85% | 0.72% | - |
| XYZ | 18.2 | 34.43 | 9.96 | - |
| YUV | 122.33 | 92.82 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 183 | 60 | 0.85 | 0 | 0.67 | 0.28 | 132.69 | 0.74 | 0.41 |
| Hex | 1B | B7 | 3C | 55 | 0 | 43 | 1C | 85 | 4A | 29 |
| Octal | 33 | 267 | 74 | 125 | 0 | 103 | 34 | 205 | 112 | 51 |
| Binary | 11011 | 10110111 | 111100 | 1010101 | 0 | 1000011 | 11100 | 10000101 | 1001010 | 101001 |
Color Harmonies of #1BB73C
Complementary color
Monochromatic Colors of #1BB73C
Black with #1BB73C
Text Example
Text Example
White with #1BB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB73C; }
p { color: rgb(27,183,60); }
H1.HeaderClassName
{
color: #1BB73C;
}
.AnyTagClassName
{
color: #1BB73C;
}
</style>
background-color css
<style>
a { background-color: #1BB73C; }
a { background-color: rgb(27,183,60); }
div.DivClassName
{
background-color: #1BB73C;
}
.BgClassName
{
background-color: #1BB73C;
}
</style>
border-color css
<style>
span { border-color: #1BB73C; }
span { border-color: rgb(27,183,60); }
td.TdClassName
{
border-color: #1BB73C;
}
.TagClassName
{
border-color: #1BB73C;
}
</style>