Shades of Dark Pastel Green #1AB33D
Tints of Dark Pastel Green #1AB33D
RGB
CMYK
RGB Variations
Color information
#1AB33D (or 0x1AB33D) is known color: Dark Pastel Green. HEX triplet: 1A, B3 and 3D. RGB value is (26,179,61). Sum of RGB (Red+Green+Blue) = 26+179+61=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 179 (70.31% from 255 or 67.29% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB33D is #E54CC2. Grayscale: #787878. Windows color (decimal): -15027395 or 4043546. OLE color: 4043546.
HSL color Cylindrical-coordinate representation of color #1AB33D: hue angle of 133.73º 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 #1AB33D is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 61 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.30 |
| HSL | 133.73º | 0.75% | 0.4% | - |
| HSV(B) | 133.73º | 0.85% | 0.7% | - |
| XYZ | 17.39 | 32.8 | 9.83 | - |
| YUV | 119.8 | 94.81 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 61 | 0.85 | 0 | 0.66 | 0.30 | 133.73 | 0.75 | 0.4 |
| Hex | 1A | B3 | 3D | 55 | 0 | 42 | 1E | 86 | 4B | 28 |
| Octal | 32 | 263 | 75 | 125 | 0 | 102 | 36 | 206 | 113 | 50 |
| Binary | 11010 | 10110011 | 111101 | 1010101 | 0 | 1000010 | 11110 | 10000110 | 1001011 | 101000 |
Color Harmonies of #1AB33D
Complementary color
Monochromatic Colors of #1AB33D
Black with #1AB33D
Text Example
Text Example
White with #1AB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB33D; }
p { color: rgb(26,179,61); }
H1.HeaderClassName
{
color: #1AB33D;
}
.AnyTagClassName
{
color: #1AB33D;
}
</style>
background-color css
<style>
a { background-color: #1AB33D; }
a { background-color: rgb(26,179,61); }
div.DivClassName
{
background-color: #1AB33D;
}
.BgClassName
{
background-color: #1AB33D;
}
</style>
border-color css
<style>
span { border-color: #1AB33D; }
span { border-color: rgb(26,179,61); }
td.TdClassName
{
border-color: #1AB33D;
}
.TagClassName
{
border-color: #1AB33D;
}
</style>