Shades of Dark Pastel Green #1CAD2F
Tints of Dark Pastel Green #1CAD2F
RGB
CMYK
RGB Variations
Color information
#1CAD2F (or 0x1CAD2F) is known color: Dark Pastel Green. HEX triplet: 1C, AD and 2F. RGB value is (28,173,47). Sum of RGB (Red+Green+Blue) = 28+173+47=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 173 (67.97% from 255 or 69.76% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAD2F is #E352D0. Grayscale: #737373. Windows color (decimal): -14897873 or 3124508. OLE color: 3124508.
HSL color Cylindrical-coordinate representation of color #1CAD2F: hue angle of 127.86º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAD2F is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 173 | 47 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.32 |
| HSL | 127.86º | 0.72% | 0.39% | - |
| HSV(B) | 127.86º | 0.84% | 0.68% | - |
| XYZ | 15.94 | 30.34 | 7.71 | - |
| YUV | 115.28 | 89.46 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 173 | 47 | 0.84 | 0 | 0.73 | 0.32 | 127.86 | 0.72 | 0.39 |
| Hex | 1C | AD | 2F | 54 | 0 | 49 | 20 | 80 | 48 | 27 |
| Octal | 34 | 255 | 57 | 124 | 0 | 111 | 40 | 200 | 110 | 47 |
| Binary | 11100 | 10101101 | 101111 | 1010100 | 0 | 1001001 | 100000 | 10000000 | 1001000 | 100111 |
Color Harmonies of #1CAD2F
Complementary color
Monochromatic Colors of #1CAD2F
Black with #1CAD2F
Text Example
Text Example
White with #1CAD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAD2F; }
p { color: rgb(28,173,47); }
H1.HeaderClassName
{
color: #1CAD2F;
}
.AnyTagClassName
{
color: #1CAD2F;
}
</style>
background-color css
<style>
a { background-color: #1CAD2F; }
a { background-color: rgb(28,173,47); }
div.DivClassName
{
background-color: #1CAD2F;
}
.BgClassName
{
background-color: #1CAD2F;
}
</style>
border-color css
<style>
span { border-color: #1CAD2F; }
span { border-color: rgb(28,173,47); }
td.TdClassName
{
border-color: #1CAD2F;
}
.TagClassName
{
border-color: #1CAD2F;
}
</style>