Shades of Dark Pastel Green #18B325
Tints of Dark Pastel Green #18B325
RGB
CMYK
RGB Variations
Color information
#18B325 (or 0x18B325) is known color: Dark Pastel Green. HEX triplet: 18, B3 and 25. RGB value is (24,179,37). Sum of RGB (Red+Green+Blue) = 24+179+37=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 179 (70.31% from 255 or 74.58% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 179 - color contains mainly: green. Hex color #18B325 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B325 is #E74CDA. Grayscale: #747474. Windows color (decimal): -15158491 or 2470680. OLE color: 2470680.
HSL color Cylindrical-coordinate representation of color #18B325: hue angle of 125.03º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B325 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 179 | 37 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.30 |
| HSL | 125.03º | 0.76% | 0.4% | - |
| HSV(B) | 125.03º | 0.87% | 0.7% | - |
| XYZ | 16.83 | 32.57 | 7.15 | - |
| YUV | 116.47 | 83.15 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 179 | 37 | 0.87 | 0 | 0.79 | 0.30 | 125.03 | 0.76 | 0.4 |
| Hex | 18 | B3 | 25 | 57 | 0 | 4F | 1E | 7D | 4C | 28 |
| Octal | 30 | 263 | 45 | 127 | 0 | 117 | 36 | 175 | 114 | 50 |
| Binary | 11000 | 10110011 | 100101 | 1010111 | 0 | 1001111 | 11110 | 1111101 | 1001100 | 101000 |
Color Harmonies of #18B325
Complementary color
Monochromatic Colors of #18B325
Black with #18B325
Text Example
Text Example
White with #18B325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B325; }
p { color: rgb(24,179,37); }
H1.HeaderClassName
{
color: #18B325;
}
.AnyTagClassName
{
color: #18B325;
}
</style>
background-color css
<style>
a { background-color: #18B325; }
a { background-color: rgb(24,179,37); }
div.DivClassName
{
background-color: #18B325;
}
.BgClassName
{
background-color: #18B325;
}
</style>
border-color css
<style>
span { border-color: #18B325; }
span { border-color: rgb(24,179,37); }
td.TdClassName
{
border-color: #18B325;
}
.TagClassName
{
border-color: #18B325;
}
</style>