Shades of Dark Pastel Green #1CAF45
Tints of Dark Pastel Green #1CAF45
RGB
CMYK
RGB Variations
Color information
#1CAF45 (or 0x1CAF45) is known color: Dark Pastel Green. HEX triplet: 1C, AF and 45. RGB value is (28,175,69). Sum of RGB (Red+Green+Blue) = 28+175+69=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 175 (68.75% from 255 or 64.34% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAF45 is #E350BA. Grayscale: #777777. Windows color (decimal): -14897339 or 4566812. OLE color: 4566812.
HSL color Cylindrical-coordinate representation of color #1CAF45: hue angle of 136.73º 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 #1CAF45 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 69 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.31 |
| HSL | 136.73º | 0.72% | 0.4% | - |
| HSV(B) | 136.73º | 0.84% | 0.69% | - |
| XYZ | 16.88 | 31.34 | 10.79 | - |
| YUV | 118.96 | 99.8 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 69 | 0.84 | 0 | 0.61 | 0.31 | 136.73 | 0.72 | 0.4 |
| Hex | 1C | AF | 45 | 54 | 0 | 3D | 1F | 89 | 48 | 28 |
| Octal | 34 | 257 | 105 | 124 | 0 | 75 | 37 | 211 | 110 | 50 |
| Binary | 11100 | 10101111 | 1000101 | 1010100 | 0 | 111101 | 11111 | 10001001 | 1001000 | 101000 |
Color Harmonies of #1CAF45
Complementary color
Monochromatic Colors of #1CAF45
Black with #1CAF45
Text Example
Text Example
White with #1CAF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF45; }
p { color: rgb(28,175,69); }
H1.HeaderClassName
{
color: #1CAF45;
}
.AnyTagClassName
{
color: #1CAF45;
}
</style>
background-color css
<style>
a { background-color: #1CAF45; }
a { background-color: rgb(28,175,69); }
div.DivClassName
{
background-color: #1CAF45;
}
.BgClassName
{
background-color: #1CAF45;
}
</style>
border-color css
<style>
span { border-color: #1CAF45; }
span { border-color: rgb(28,175,69); }
td.TdClassName
{
border-color: #1CAF45;
}
.TagClassName
{
border-color: #1CAF45;
}
</style>