Shades of Dark Pastel Green #1CAF44
Tints of Dark Pastel Green #1CAF44
RGB
CMYK
RGB Variations
Color information
#1CAF44 (or 0x1CAF44) is known color: Dark Pastel Green. HEX triplet: 1C, AF and 44. RGB value is (28,175,68). Sum of RGB (Red+Green+Blue) = 28+175+68=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 175 (68.75% from 255 or 64.58% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAF44 is #E350BB. Grayscale: #777777. Windows color (decimal): -14897340 or 4501276. OLE color: 4501276.
HSL color Cylindrical-coordinate representation of color #1CAF44: hue angle of 136.33º 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 #1CAF44 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 68 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.31 |
| HSL | 136.33º | 0.72% | 0.4% | - |
| HSV(B) | 136.33º | 0.84% | 0.69% | - |
| XYZ | 16.85 | 31.32 | 10.63 | - |
| YUV | 118.85 | 99.3 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 68 | 0.84 | 0 | 0.61 | 0.31 | 136.33 | 0.72 | 0.4 |
| Hex | 1C | AF | 44 | 54 | 0 | 3D | 1F | 88 | 48 | 28 |
| Octal | 34 | 257 | 104 | 124 | 0 | 75 | 37 | 210 | 110 | 50 |
| Binary | 11100 | 10101111 | 1000100 | 1010100 | 0 | 111101 | 11111 | 10001000 | 1001000 | 101000 |
Color Harmonies of #1CAF44
Complementary color
Monochromatic Colors of #1CAF44
Black with #1CAF44
Text Example
Text Example
White with #1CAF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF44; }
p { color: rgb(28,175,68); }
H1.HeaderClassName
{
color: #1CAF44;
}
.AnyTagClassName
{
color: #1CAF44;
}
</style>
background-color css
<style>
a { background-color: #1CAF44; }
a { background-color: rgb(28,175,68); }
div.DivClassName
{
background-color: #1CAF44;
}
.BgClassName
{
background-color: #1CAF44;
}
</style>
border-color css
<style>
span { border-color: #1CAF44; }
span { border-color: rgb(28,175,68); }
td.TdClassName
{
border-color: #1CAF44;
}
.TagClassName
{
border-color: #1CAF44;
}
</style>