Shades of Dark Pastel Green #1CBF3C
Tints of Dark Pastel Green #1CBF3C
RGB
CMYK
RGB Variations
Color information
#1CBF3C (or 0x1CBF3C) is known color: Dark Pastel Green. HEX triplet: 1C, BF and 3C. RGB value is (28,191,60). Sum of RGB (Red+Green+Blue) = 28+191+60=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 191 (75% from 255 or 68.46% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBF3C is #E340C3. Grayscale: #7F7F7F. Windows color (decimal): -14893252 or 3981084. OLE color: 3981084.
HSL color Cylindrical-coordinate representation of color #1CBF3C: hue angle of 131.78º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBF3C is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 191 | 60 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.25 |
| HSL | 131.78º | 0.74% | 0.43% | - |
| HSV(B) | 131.78º | 0.85% | 0.75% | - |
| XYZ | 19.93 | 37.83 | 10.53 | - |
| YUV | 127.33 | 90 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 191 | 60 | 0.85 | 0 | 0.69 | 0.25 | 131.78 | 0.74 | 0.43 |
| Hex | 1C | BF | 3C | 55 | 0 | 45 | 19 | 84 | 4A | 2B |
| Octal | 34 | 277 | 74 | 125 | 0 | 105 | 31 | 204 | 112 | 53 |
| Binary | 11100 | 10111111 | 111100 | 1010101 | 0 | 1000101 | 11001 | 10000100 | 1001010 | 101011 |
Color Harmonies of #1CBF3C
Complementary color
Monochromatic Colors of #1CBF3C
Black with #1CBF3C
Text Example
Text Example
White with #1CBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBF3C; }
p { color: rgb(28,191,60); }
H1.HeaderClassName
{
color: #1CBF3C;
}
.AnyTagClassName
{
color: #1CBF3C;
}
</style>
background-color css
<style>
a { background-color: #1CBF3C; }
a { background-color: rgb(28,191,60); }
div.DivClassName
{
background-color: #1CBF3C;
}
.BgClassName
{
background-color: #1CBF3C;
}
</style>
border-color css
<style>
span { border-color: #1CBF3C; }
span { border-color: rgb(28,191,60); }
td.TdClassName
{
border-color: #1CBF3C;
}
.TagClassName
{
border-color: #1CBF3C;
}
</style>