Shades of Dark Pastel Green #1CBB43
Tints of Dark Pastel Green #1CBB43
RGB
CMYK
RGB Variations
Color information
#1CBB43 (or 0x1CBB43) is known color: Dark Pastel Green. HEX triplet: 1C, BB and 43. RGB value is (28,187,67). Sum of RGB (Red+Green+Blue) = 28+187+67=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 187 (73.44% from 255 or 66.31% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBB43 is #E344BC. Grayscale: #7E7E7E. Windows color (decimal): -14894269 or 4438812. OLE color: 4438812.
HSL color Cylindrical-coordinate representation of color #1CBB43: hue angle of 134.72º degrees, saturation: 0.74, 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 #1CBB43 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 187 | 67 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.27 |
| HSL | 134.72º | 0.74% | 0.42% | - |
| HSV(B) | 134.72º | 0.85% | 0.73% | - |
| XYZ | 19.26 | 36.19 | 11.28 | - |
| YUV | 125.78 | 94.82 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 67 | 0.85 | 0 | 0.64 | 0.27 | 134.72 | 0.74 | 0.42 |
| Hex | 1C | BB | 43 | 55 | 0 | 40 | 1B | 87 | 4A | 2A |
| Octal | 34 | 273 | 103 | 125 | 0 | 100 | 33 | 207 | 112 | 52 |
| Binary | 11100 | 10111011 | 1000011 | 1010101 | 0 | 1000000 | 11011 | 10000111 | 1001010 | 101010 |
Color Harmonies of #1CBB43
Complementary color
Monochromatic Colors of #1CBB43
Black with #1CBB43
Text Example
Text Example
White with #1CBB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBB43; }
p { color: rgb(28,187,67); }
H1.HeaderClassName
{
color: #1CBB43;
}
.AnyTagClassName
{
color: #1CBB43;
}
</style>
background-color css
<style>
a { background-color: #1CBB43; }
a { background-color: rgb(28,187,67); }
div.DivClassName
{
background-color: #1CBB43;
}
.BgClassName
{
background-color: #1CBB43;
}
</style>
border-color css
<style>
span { border-color: #1CBB43; }
span { border-color: rgb(28,187,67); }
td.TdClassName
{
border-color: #1CBB43;
}
.TagClassName
{
border-color: #1CBB43;
}
</style>