Shades of Dark Pastel Green #1CB02D
Tints of Dark Pastel Green #1CB02D
RGB
CMYK
RGB Variations
Color information
#1CB02D (or 0x1CB02D) is known color: Dark Pastel Green. HEX triplet: 1C, B0 and 2D. RGB value is (28,176,45). Sum of RGB (Red+Green+Blue) = 28+176+45=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 176 (69.14% from 255 or 70.68% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB02D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CB02D is #E34FD2. Grayscale: #757575. Windows color (decimal): -14897107 or 2994204. OLE color: 2994204.
HSL color Cylindrical-coordinate representation of color #1CB02D: hue angle of 126.89º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB02D is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 176 | 45 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.31 |
| HSL | 126.89º | 0.73% | 0.4% | - |
| HSV(B) | 126.89º | 0.84% | 0.69% | - |
| XYZ | 16.48 | 31.49 | 7.69 | - |
| YUV | 116.81 | 87.47 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 176 | 45 | 0.84 | 0 | 0.74 | 0.31 | 126.89 | 0.73 | 0.4 |
| Hex | 1C | B0 | 2D | 54 | 0 | 4A | 1F | 7F | 49 | 28 |
| Octal | 34 | 260 | 55 | 124 | 0 | 112 | 37 | 177 | 111 | 50 |
| Binary | 11100 | 10110000 | 101101 | 1010100 | 0 | 1001010 | 11111 | 1111111 | 1001001 | 101000 |
Color Harmonies of #1CB02D
Complementary color
Monochromatic Colors of #1CB02D
Black with #1CB02D
Text Example
Text Example
White with #1CB02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB02D; }
p { color: rgb(28,176,45); }
H1.HeaderClassName
{
color: #1CB02D;
}
.AnyTagClassName
{
color: #1CB02D;
}
</style>
background-color css
<style>
a { background-color: #1CB02D; }
a { background-color: rgb(28,176,45); }
div.DivClassName
{
background-color: #1CB02D;
}
.BgClassName
{
background-color: #1CB02D;
}
</style>
border-color css
<style>
span { border-color: #1CB02D; }
span { border-color: rgb(28,176,45); }
td.TdClassName
{
border-color: #1CB02D;
}
.TagClassName
{
border-color: #1CB02D;
}
</style>