Shades of Dark Pastel Green #18B738
Tints of Dark Pastel Green #18B738
RGB
CMYK
RGB Variations
Color information
#18B738 (or 0x18B738) is known color: Dark Pastel Green. HEX triplet: 18, B7 and 38. RGB value is (24,183,56). Sum of RGB (Red+Green+Blue) = 24+183+56=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 183 (71.88% from 255 or 69.58% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 183 - color contains mainly: green. Hex color #18B738 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B738 is #E748C7. Grayscale: #797979. Windows color (decimal): -15157448 or 3716888. OLE color: 3716888.
HSL color Cylindrical-coordinate representation of color #18B738: hue angle of 132.08º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B738 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 183 | 56 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.28 |
| HSL | 132.08º | 0.77% | 0.41% | - |
| HSV(B) | 132.08º | 0.87% | 0.72% | - |
| XYZ | 18.02 | 34.35 | 9.42 | - |
| YUV | 120.98 | 91.32 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 183 | 56 | 0.87 | 0 | 0.69 | 0.28 | 132.08 | 0.77 | 0.41 |
| Hex | 18 | B7 | 38 | 57 | 0 | 45 | 1C | 84 | 4D | 29 |
| Octal | 30 | 267 | 70 | 127 | 0 | 105 | 34 | 204 | 115 | 51 |
| Binary | 11000 | 10110111 | 111000 | 1010111 | 0 | 1000101 | 11100 | 10000100 | 1001101 | 101001 |
Color Harmonies of #18B738
Complementary color
Monochromatic Colors of #18B738
Black with #18B738
Text Example
Text Example
White with #18B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B738; }
p { color: rgb(24,183,56); }
H1.HeaderClassName
{
color: #18B738;
}
.AnyTagClassName
{
color: #18B738;
}
</style>
background-color css
<style>
a { background-color: #18B738; }
a { background-color: rgb(24,183,56); }
div.DivClassName
{
background-color: #18B738;
}
.BgClassName
{
background-color: #18B738;
}
</style>
border-color css
<style>
span { border-color: #18B738; }
span { border-color: rgb(24,183,56); }
td.TdClassName
{
border-color: #18B738;
}
.TagClassName
{
border-color: #18B738;
}
</style>