Shades of Dark Pastel Green #1AB33C
Tints of Dark Pastel Green #1AB33C
RGB
CMYK
RGB Variations
Color information
#1AB33C (or 0x1AB33C) is known color: Dark Pastel Green. HEX triplet: 1A, B3 and 3C. RGB value is (26,179,60). Sum of RGB (Red+Green+Blue) = 26+179+60=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 179 (70.31% from 255 or 67.55% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB33C is #E54CC3. Grayscale: #787878. Windows color (decimal): -15027396 or 3978010. OLE color: 3978010.
HSL color Cylindrical-coordinate representation of color #1AB33C: hue angle of 133.33º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB33C is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 60 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.30 |
| HSL | 133.33º | 0.75% | 0.4% | - |
| HSV(B) | 133.33º | 0.85% | 0.7% | - |
| XYZ | 17.36 | 32.79 | 9.69 | - |
| YUV | 119.69 | 94.31 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 60 | 0.85 | 0 | 0.66 | 0.30 | 133.33 | 0.75 | 0.4 |
| Hex | 1A | B3 | 3C | 55 | 0 | 42 | 1E | 85 | 4B | 28 |
| Octal | 32 | 263 | 74 | 125 | 0 | 102 | 36 | 205 | 113 | 50 |
| Binary | 11010 | 10110011 | 111100 | 1010101 | 0 | 1000010 | 11110 | 10000101 | 1001011 | 101000 |
Color Harmonies of #1AB33C
Complementary color
Monochromatic Colors of #1AB33C
Black with #1AB33C
Text Example
Text Example
White with #1AB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB33C; }
p { color: rgb(26,179,60); }
H1.HeaderClassName
{
color: #1AB33C;
}
.AnyTagClassName
{
color: #1AB33C;
}
</style>
background-color css
<style>
a { background-color: #1AB33C; }
a { background-color: rgb(26,179,60); }
div.DivClassName
{
background-color: #1AB33C;
}
.BgClassName
{
background-color: #1AB33C;
}
</style>
border-color css
<style>
span { border-color: #1AB33C; }
span { border-color: rgb(26,179,60); }
td.TdClassName
{
border-color: #1AB33C;
}
.TagClassName
{
border-color: #1AB33C;
}
</style>