Shades of Dark Pastel Green #18B641
Tints of Dark Pastel Green #18B641
RGB
CMYK
RGB Variations
Color information
#18B641 (or 0x18B641) is known color: Dark Pastel Green. HEX triplet: 18, B6 and 41. RGB value is (24,182,65). Sum of RGB (Red+Green+Blue) = 24+182+65=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 182 (71.48% from 255 or 67.16% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 182 - color contains mainly: green. Hex color #18B641 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B641 is #E749BE. Grayscale: #797979. Windows color (decimal): -15157695 or 4306456. OLE color: 4306456.
HSL color Cylindrical-coordinate representation of color #18B641: hue angle of 135.57º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B641 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 182 | 65 | - |
| CMYK | 0.87 | 0 | 0.64 | 0.29 |
| HSL | 135.57º | 0.77% | 0.4% | - |
| HSV(B) | 135.57º | 0.87% | 0.71% | - |
| XYZ | 18.06 | 34.03 | 10.62 | - |
| YUV | 121.42 | 96.15 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 182 | 65 | 0.87 | 0 | 0.64 | 0.29 | 135.57 | 0.77 | 0.4 |
| Hex | 18 | B6 | 41 | 57 | 0 | 40 | 1D | 88 | 4D | 28 |
| Octal | 30 | 266 | 101 | 127 | 0 | 100 | 35 | 210 | 115 | 50 |
| Binary | 11000 | 10110110 | 1000001 | 1010111 | 0 | 1000000 | 11101 | 10001000 | 1001101 | 101000 |
Color Harmonies of #18B641
Complementary color
Monochromatic Colors of #18B641
Black with #18B641
Text Example
Text Example
White with #18B641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B641; }
p { color: rgb(24,182,65); }
H1.HeaderClassName
{
color: #18B641;
}
.AnyTagClassName
{
color: #18B641;
}
</style>
background-color css
<style>
a { background-color: #18B641; }
a { background-color: rgb(24,182,65); }
div.DivClassName
{
background-color: #18B641;
}
.BgClassName
{
background-color: #18B641;
}
</style>
border-color css
<style>
span { border-color: #18B641; }
span { border-color: rgb(24,182,65); }
td.TdClassName
{
border-color: #18B641;
}
.TagClassName
{
border-color: #18B641;
}
</style>