Shades of Dark Pastel Green #1CAF30
Tints of Dark Pastel Green #1CAF30
RGB
CMYK
RGB Variations
Color information
#1CAF30 (or 0x1CAF30) is known color: Dark Pastel Green. HEX triplet: 1C, AF and 30. RGB value is (28,175,48). Sum of RGB (Red+Green+Blue) = 28+175+48=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 175 (68.75% from 255 or 69.72% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAF30 is #E350CF. Grayscale: #747474. Windows color (decimal): -14897360 or 3190556. OLE color: 3190556.
HSL color Cylindrical-coordinate representation of color #1CAF30: hue angle of 128.16º 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 #1CAF30 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 48 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.31 |
| HSL | 128.16º | 0.72% | 0.4% | - |
| HSV(B) | 128.16º | 0.84% | 0.69% | - |
| XYZ | 16.34 | 31.12 | 7.94 | - |
| YUV | 116.57 | 89.3 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 48 | 0.84 | 0 | 0.73 | 0.31 | 128.16 | 0.72 | 0.4 |
| Hex | 1C | AF | 30 | 54 | 0 | 49 | 1F | 80 | 48 | 28 |
| Octal | 34 | 257 | 60 | 124 | 0 | 111 | 37 | 200 | 110 | 50 |
| Binary | 11100 | 10101111 | 110000 | 1010100 | 0 | 1001001 | 11111 | 10000000 | 1001000 | 101000 |
Color Harmonies of #1CAF30
Complementary color
Monochromatic Colors of #1CAF30
Black with #1CAF30
Text Example
Text Example
White with #1CAF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF30; }
p { color: rgb(28,175,48); }
H1.HeaderClassName
{
color: #1CAF30;
}
.AnyTagClassName
{
color: #1CAF30;
}
</style>
background-color css
<style>
a { background-color: #1CAF30; }
a { background-color: rgb(28,175,48); }
div.DivClassName
{
background-color: #1CAF30;
}
.BgClassName
{
background-color: #1CAF30;
}
</style>
border-color css
<style>
span { border-color: #1CAF30; }
span { border-color: rgb(28,175,48); }
td.TdClassName
{
border-color: #1CAF30;
}
.TagClassName
{
border-color: #1CAF30;
}
</style>