Shades of Dark Pastel Green #18B527
Tints of Dark Pastel Green #18B527
RGB
CMYK
RGB Variations
Color information
#18B527 (or 0x18B527) is known color: Dark Pastel Green. HEX triplet: 18, B5 and 27. RGB value is (24,181,39). Sum of RGB (Red+Green+Blue) = 24+181+39=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 181 (71.09% from 255 or 74.18% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 181 - color contains mainly: green. Hex color #18B527 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B527 is #E74AD8. Grayscale: #767676. Windows color (decimal): -15157977 or 2602264. OLE color: 2602264.
HSL color Cylindrical-coordinate representation of color #18B527: hue angle of 125.73º 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 #18B527 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 181 | 39 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.29 |
| HSL | 125.73º | 0.77% | 0.4% | - |
| HSV(B) | 125.73º | 0.87% | 0.71% | - |
| XYZ | 17.27 | 33.39 | 7.45 | - |
| YUV | 117.87 | 83.49 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 181 | 39 | 0.87 | 0 | 0.78 | 0.29 | 125.73 | 0.77 | 0.4 |
| Hex | 18 | B5 | 27 | 57 | 0 | 4E | 1D | 7E | 4D | 28 |
| Octal | 30 | 265 | 47 | 127 | 0 | 116 | 35 | 176 | 115 | 50 |
| Binary | 11000 | 10110101 | 100111 | 1010111 | 0 | 1001110 | 11101 | 1111110 | 1001101 | 101000 |
Color Harmonies of #18B527
Complementary color
Monochromatic Colors of #18B527
Black with #18B527
Text Example
Text Example
White with #18B527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B527; }
p { color: rgb(24,181,39); }
H1.HeaderClassName
{
color: #18B527;
}
.AnyTagClassName
{
color: #18B527;
}
</style>
background-color css
<style>
a { background-color: #18B527; }
a { background-color: rgb(24,181,39); }
div.DivClassName
{
background-color: #18B527;
}
.BgClassName
{
background-color: #18B527;
}
</style>
border-color css
<style>
span { border-color: #18B527; }
span { border-color: rgb(24,181,39); }
td.TdClassName
{
border-color: #18B527;
}
.TagClassName
{
border-color: #18B527;
}
</style>