Shades of Dark Pastel Green #1AB338
Tints of Dark Pastel Green #1AB338
RGB
CMYK
RGB Variations
Color information
#1AB338 (or 0x1AB338) is known color: Dark Pastel Green. HEX triplet: 1A, B3 and 38. RGB value is (26,179,56). Sum of RGB (Red+Green+Blue) = 26+179+56=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 179 (70.31% from 255 or 68.58% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB338 is #E54CC7. Grayscale: #777777. Windows color (decimal): -15027400 or 3715866. OLE color: 3715866.
HSL color Cylindrical-coordinate representation of color #1AB338: hue angle of 131.76º 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 #1AB338 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 56 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.30 |
| HSL | 131.76º | 0.75% | 0.4% | - |
| HSV(B) | 131.76º | 0.85% | 0.7% | - |
| XYZ | 17.26 | 32.75 | 9.15 | - |
| YUV | 119.23 | 92.31 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 56 | 0.85 | 0 | 0.69 | 0.30 | 131.76 | 0.75 | 0.4 |
| Hex | 1A | B3 | 38 | 55 | 0 | 45 | 1E | 84 | 4B | 28 |
| Octal | 32 | 263 | 70 | 125 | 0 | 105 | 36 | 204 | 113 | 50 |
| Binary | 11010 | 10110011 | 111000 | 1010101 | 0 | 1000101 | 11110 | 10000100 | 1001011 | 101000 |
Color Harmonies of #1AB338
Complementary color
Monochromatic Colors of #1AB338
Black with #1AB338
Text Example
Text Example
White with #1AB338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB338; }
p { color: rgb(26,179,56); }
H1.HeaderClassName
{
color: #1AB338;
}
.AnyTagClassName
{
color: #1AB338;
}
</style>
background-color css
<style>
a { background-color: #1AB338; }
a { background-color: rgb(26,179,56); }
div.DivClassName
{
background-color: #1AB338;
}
.BgClassName
{
background-color: #1AB338;
}
</style>
border-color css
<style>
span { border-color: #1AB338; }
span { border-color: rgb(26,179,56); }
td.TdClassName
{
border-color: #1AB338;
}
.TagClassName
{
border-color: #1AB338;
}
</style>