Shades of Dark Pastel Green #1CB73D
Tints of Dark Pastel Green #1CB73D
RGB
CMYK
RGB Variations
Color information
#1CB73D (or 0x1CB73D) is known color: Dark Pastel Green. HEX triplet: 1C, B7 and 3D. RGB value is (28,183,61). Sum of RGB (Red+Green+Blue) = 28+183+61=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 183 (71.88% from 255 or 67.28% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB73D is #E348C2. Grayscale: #7B7B7B. Windows color (decimal): -14895299 or 4044572. OLE color: 4044572.
HSL color Cylindrical-coordinate representation of color #1CB73D: hue angle of 132.77º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB73D is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 183 | 61 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.28 |
| HSL | 132.77º | 0.73% | 0.41% | - |
| HSV(B) | 132.77º | 0.85% | 0.72% | - |
| XYZ | 18.25 | 34.45 | 10.1 | - |
| YUV | 122.75 | 93.15 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 183 | 61 | 0.85 | 0 | 0.67 | 0.28 | 132.77 | 0.73 | 0.41 |
| Hex | 1C | B7 | 3D | 55 | 0 | 43 | 1C | 85 | 49 | 29 |
| Octal | 34 | 267 | 75 | 125 | 0 | 103 | 34 | 205 | 111 | 51 |
| Binary | 11100 | 10110111 | 111101 | 1010101 | 0 | 1000011 | 11100 | 10000101 | 1001001 | 101001 |
Color Harmonies of #1CB73D
Complementary color
Monochromatic Colors of #1CB73D
Black with #1CB73D
Text Example
Text Example
White with #1CB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB73D; }
p { color: rgb(28,183,61); }
H1.HeaderClassName
{
color: #1CB73D;
}
.AnyTagClassName
{
color: #1CB73D;
}
</style>
background-color css
<style>
a { background-color: #1CB73D; }
a { background-color: rgb(28,183,61); }
div.DivClassName
{
background-color: #1CB73D;
}
.BgClassName
{
background-color: #1CB73D;
}
</style>
border-color css
<style>
span { border-color: #1CB73D; }
span { border-color: rgb(28,183,61); }
td.TdClassName
{
border-color: #1CB73D;
}
.TagClassName
{
border-color: #1CB73D;
}
</style>