Shades of Dark Pastel Green #1CAF41
Tints of Dark Pastel Green #1CAF41
RGB
CMYK
RGB Variations
Color information
#1CAF41 (or 0x1CAF41) is known color: Dark Pastel Green. HEX triplet: 1C, AF and 41. RGB value is (28,175,65). Sum of RGB (Red+Green+Blue) = 28+175+65=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 175 (68.75% from 255 or 65.30% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAF41 is #E350BE. Grayscale: #767676. Windows color (decimal): -14897343 or 4304668. OLE color: 4304668.
HSL color Cylindrical-coordinate representation of color #1CAF41: hue angle of 135.1º 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 #1CAF41 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 65 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.31 |
| HSL | 135.1º | 0.72% | 0.4% | - |
| HSV(B) | 135.1º | 0.84% | 0.69% | - |
| XYZ | 16.76 | 31.29 | 10.16 | - |
| YUV | 118.51 | 97.8 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 65 | 0.84 | 0 | 0.63 | 0.31 | 135.1 | 0.72 | 0.4 |
| Hex | 1C | AF | 41 | 54 | 0 | 3F | 1F | 87 | 48 | 28 |
| Octal | 34 | 257 | 101 | 124 | 0 | 77 | 37 | 207 | 110 | 50 |
| Binary | 11100 | 10101111 | 1000001 | 1010100 | 0 | 111111 | 11111 | 10000111 | 1001000 | 101000 |
Color Harmonies of #1CAF41
Complementary color
Monochromatic Colors of #1CAF41
Black with #1CAF41
Text Example
Text Example
White with #1CAF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF41; }
p { color: rgb(28,175,65); }
H1.HeaderClassName
{
color: #1CAF41;
}
.AnyTagClassName
{
color: #1CAF41;
}
</style>
background-color css
<style>
a { background-color: #1CAF41; }
a { background-color: rgb(28,175,65); }
div.DivClassName
{
background-color: #1CAF41;
}
.BgClassName
{
background-color: #1CAF41;
}
</style>
border-color css
<style>
span { border-color: #1CAF41; }
span { border-color: rgb(28,175,65); }
td.TdClassName
{
border-color: #1CAF41;
}
.TagClassName
{
border-color: #1CAF41;
}
</style>