Shades of Dark Pastel Green #1CBC38
Tints of Dark Pastel Green #1CBC38
RGB
CMYK
RGB Variations
Color information
#1CBC38 (or 0x1CBC38) is known color: Dark Pastel Green. HEX triplet: 1C, BC and 38. RGB value is (28,188,56). Sum of RGB (Red+Green+Blue) = 28+188+56=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC38 is #E343C7. Grayscale: #7D7D7D. Windows color (decimal): -14894024 or 3718172. OLE color: 3718172.
HSL color Cylindrical-coordinate representation of color #1CBC38: hue angle of 130.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC38 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 56 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.26 |
| HSL | 130.5º | 0.74% | 0.42% | - |
| HSV(B) | 130.5º | 0.85% | 0.74% | - |
| XYZ | 19.18 | 36.5 | 9.78 | - |
| YUV | 125.11 | 88.99 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 56 | 0.85 | 0 | 0.70 | 0.26 | 130.5 | 0.74 | 0.42 |
| Hex | 1C | BC | 38 | 55 | 0 | 46 | 1A | 82 | 4A | 2A |
| Octal | 34 | 274 | 70 | 125 | 0 | 106 | 32 | 202 | 112 | 52 |
| Binary | 11100 | 10111100 | 111000 | 1010101 | 0 | 1000110 | 11010 | 10000010 | 1001010 | 101010 |
Color Harmonies of #1CBC38
Complementary color
Monochromatic Colors of #1CBC38
Black with #1CBC38
Text Example
Text Example
White with #1CBC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC38; }
p { color: rgb(28,188,56); }
H1.HeaderClassName
{
color: #1CBC38;
}
.AnyTagClassName
{
color: #1CBC38;
}
</style>
background-color css
<style>
a { background-color: #1CBC38; }
a { background-color: rgb(28,188,56); }
div.DivClassName
{
background-color: #1CBC38;
}
.BgClassName
{
background-color: #1CBC38;
}
</style>
border-color css
<style>
span { border-color: #1CBC38; }
span { border-color: rgb(28,188,56); }
td.TdClassName
{
border-color: #1CBC38;
}
.TagClassName
{
border-color: #1CBC38;
}
</style>