Shades of Dark Pastel Green #1CAE34
Tints of Dark Pastel Green #1CAE34
RGB
CMYK
RGB Variations
Color information
#1CAE34 (or 0x1CAE34) is known color: Dark Pastel Green. HEX triplet: 1C, AE and 34. RGB value is (28,174,52). Sum of RGB (Red+Green+Blue) = 28+174+52=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 174 (68.36% from 255 or 68.50% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAE34 is #E351CB. Grayscale: #747474. Windows color (decimal): -14897612 or 3452444. OLE color: 3452444.
HSL color Cylindrical-coordinate representation of color #1CAE34: hue angle of 129.86º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAE34 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 174 | 52 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.32 |
| HSL | 129.86º | 0.72% | 0.4% | - |
| HSV(B) | 129.86º | 0.84% | 0.68% | - |
| XYZ | 16.23 | 30.77 | 8.33 | - |
| YUV | 116.44 | 91.63 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 174 | 52 | 0.84 | 0 | 0.70 | 0.32 | 129.86 | 0.72 | 0.4 |
| Hex | 1C | AE | 34 | 54 | 0 | 46 | 20 | 82 | 48 | 28 |
| Octal | 34 | 256 | 64 | 124 | 0 | 106 | 40 | 202 | 110 | 50 |
| Binary | 11100 | 10101110 | 110100 | 1010100 | 0 | 1000110 | 100000 | 10000010 | 1001000 | 101000 |
Color Harmonies of #1CAE34
Complementary color
Monochromatic Colors of #1CAE34
Black with #1CAE34
Text Example
Text Example
White with #1CAE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAE34; }
p { color: rgb(28,174,52); }
H1.HeaderClassName
{
color: #1CAE34;
}
.AnyTagClassName
{
color: #1CAE34;
}
</style>
background-color css
<style>
a { background-color: #1CAE34; }
a { background-color: rgb(28,174,52); }
div.DivClassName
{
background-color: #1CAE34;
}
.BgClassName
{
background-color: #1CAE34;
}
</style>
border-color css
<style>
span { border-color: #1CAE34; }
span { border-color: rgb(28,174,52); }
td.TdClassName
{
border-color: #1CAE34;
}
.TagClassName
{
border-color: #1CAE34;
}
</style>