Shades of Dark Pastel Green #1CBB3E
Tints of Dark Pastel Green #1CBB3E
RGB
CMYK
RGB Variations
Color information
#1CBB3E (or 0x1CBB3E) is known color: Dark Pastel Green. HEX triplet: 1C, BB and 3E. RGB value is (28,187,62). Sum of RGB (Red+Green+Blue) = 28+187+62=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 187 (73.44% from 255 or 67.51% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBB3E is #E344C1. Grayscale: #7D7D7D. Windows color (decimal): -14894274 or 4111132. OLE color: 4111132.
HSL color Cylindrical-coordinate representation of color #1CBB3E: hue angle of 132.83º 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 #1CBB3E is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 187 | 62 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.27 |
| HSL | 132.83º | 0.74% | 0.42% | - |
| HSV(B) | 132.83º | 0.85% | 0.73% | - |
| XYZ | 19.12 | 36.14 | 10.52 | - |
| YUV | 125.21 | 92.32 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 62 | 0.85 | 0 | 0.67 | 0.27 | 132.83 | 0.74 | 0.42 |
| Hex | 1C | BB | 3E | 55 | 0 | 43 | 1B | 85 | 4A | 2A |
| Octal | 34 | 273 | 76 | 125 | 0 | 103 | 33 | 205 | 112 | 52 |
| Binary | 11100 | 10111011 | 111110 | 1010101 | 0 | 1000011 | 11011 | 10000101 | 1001010 | 101010 |
Color Harmonies of #1CBB3E
Complementary color
Monochromatic Colors of #1CBB3E
Black with #1CBB3E
Text Example
Text Example
White with #1CBB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBB3E; }
p { color: rgb(28,187,62); }
H1.HeaderClassName
{
color: #1CBB3E;
}
.AnyTagClassName
{
color: #1CBB3E;
}
</style>
background-color css
<style>
a { background-color: #1CBB3E; }
a { background-color: rgb(28,187,62); }
div.DivClassName
{
background-color: #1CBB3E;
}
.BgClassName
{
background-color: #1CBB3E;
}
</style>
border-color css
<style>
span { border-color: #1CBB3E; }
span { border-color: rgb(28,187,62); }
td.TdClassName
{
border-color: #1CBB3E;
}
.TagClassName
{
border-color: #1CBB3E;
}
</style>