Shades of Dark Pastel Green #1CBB4B
Tints of Dark Pastel Green #1CBB4B
RGB
CMYK
RGB Variations
Color information
#1CBB4B (or 0x1CBB4B) is known color: Dark Pastel Green. HEX triplet: 1C, BB and 4B. RGB value is (28,187,75). Sum of RGB (Red+Green+Blue) = 28+187+75=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 187 (73.44% from 255 or 64.48% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBB4B is #E344B4. Grayscale: #7E7E7E. Windows color (decimal): -14894261 or 4963100. OLE color: 4963100.
HSL color Cylindrical-coordinate representation of color #1CBB4B: hue angle of 137.74º 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 #1CBB4B is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 187 | 75 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.27 |
| HSL | 137.74º | 0.74% | 0.42% | - |
| HSV(B) | 137.74º | 0.85% | 0.73% | - |
| XYZ | 19.52 | 36.3 | 12.63 | - |
| YUV | 126.69 | 98.82 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 75 | 0.85 | 0 | 0.60 | 0.27 | 137.74 | 0.74 | 0.42 |
| Hex | 1C | BB | 4B | 55 | 0 | 3C | 1B | 8A | 4A | 2A |
| Octal | 34 | 273 | 113 | 125 | 0 | 74 | 33 | 212 | 112 | 52 |
| Binary | 11100 | 10111011 | 1001011 | 1010101 | 0 | 111100 | 11011 | 10001010 | 1001010 | 101010 |
Color Harmonies of #1CBB4B
Complementary color
Monochromatic Colors of #1CBB4B
Black with #1CBB4B
Text Example
Text Example
White with #1CBB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBB4B; }
p { color: rgb(28,187,75); }
H1.HeaderClassName
{
color: #1CBB4B;
}
.AnyTagClassName
{
color: #1CBB4B;
}
</style>
background-color css
<style>
a { background-color: #1CBB4B; }
a { background-color: rgb(28,187,75); }
div.DivClassName
{
background-color: #1CBB4B;
}
.BgClassName
{
background-color: #1CBB4B;
}
</style>
border-color css
<style>
span { border-color: #1CBB4B; }
span { border-color: rgb(28,187,75); }
td.TdClassName
{
border-color: #1CBB4B;
}
.TagClassName
{
border-color: #1CBB4B;
}
</style>