Shades of Dark Pastel Green #1CAF2C
Tints of Dark Pastel Green #1CAF2C
RGB
CMYK
RGB Variations
Color information
#1CAF2C (or 0x1CAF2C) is known color: Dark Pastel Green. HEX triplet: 1C, AF and 2C. RGB value is (28,175,44). Sum of RGB (Red+Green+Blue) = 28+175+44=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 175 (68.75% from 255 or 70.85% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAF2C is #E350D3. Grayscale: #747474. Windows color (decimal): -14897364 or 2928412. OLE color: 2928412.
HSL color Cylindrical-coordinate representation of color #1CAF2C: hue angle of 126.53º degrees, saturation: 0.72, 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 #1CAF2C is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 44 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.31 |
| HSL | 126.53º | 0.72% | 0.4% | - |
| HSV(B) | 126.53º | 0.84% | 0.69% | - |
| XYZ | 16.26 | 31.09 | 7.53 | - |
| YUV | 116.11 | 87.3 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 44 | 0.84 | 0 | 0.75 | 0.31 | 126.53 | 0.72 | 0.4 |
| Hex | 1C | AF | 2C | 54 | 0 | 4B | 1F | 7F | 48 | 28 |
| Octal | 34 | 257 | 54 | 124 | 0 | 113 | 37 | 177 | 110 | 50 |
| Binary | 11100 | 10101111 | 101100 | 1010100 | 0 | 1001011 | 11111 | 1111111 | 1001000 | 101000 |
Color Harmonies of #1CAF2C
Complementary color
Monochromatic Colors of #1CAF2C
Black with #1CAF2C
Text Example
Text Example
White with #1CAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF2C; }
p { color: rgb(28,175,44); }
H1.HeaderClassName
{
color: #1CAF2C;
}
.AnyTagClassName
{
color: #1CAF2C;
}
</style>
background-color css
<style>
a { background-color: #1CAF2C; }
a { background-color: rgb(28,175,44); }
div.DivClassName
{
background-color: #1CAF2C;
}
.BgClassName
{
background-color: #1CAF2C;
}
</style>
border-color css
<style>
span { border-color: #1CAF2C; }
span { border-color: rgb(28,175,44); }
td.TdClassName
{
border-color: #1CAF2C;
}
.TagClassName
{
border-color: #1CAF2C;
}
</style>