Shades of Dark Pastel Green #18B130
Tints of Dark Pastel Green #18B130
RGB
CMYK
RGB Variations
Color information
#18B130 (or 0x18B130) is known color: Dark Pastel Green. HEX triplet: 18, B1 and 30. RGB value is (24,177,48). Sum of RGB (Red+Green+Blue) = 24+177+48=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 177 (69.53% from 255 or 71.08% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 177 - color contains mainly: green. Hex color #18B130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18B130 is #E74ECF. Grayscale: #747474. Windows color (decimal): -15158992 or 3191064. OLE color: 3191064.
HSL color Cylindrical-coordinate representation of color #18B130: hue angle of 129.41º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B130 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 177 | 48 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.31 |
| HSL | 129.41º | 0.76% | 0.39% | - |
| HSV(B) | 129.41º | 0.86% | 0.69% | - |
| XYZ | 16.63 | 31.85 | 8.07 | - |
| YUV | 116.55 | 89.31 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 177 | 48 | 0.86 | 0 | 0.73 | 0.31 | 129.41 | 0.76 | 0.39 |
| Hex | 18 | B1 | 30 | 56 | 0 | 49 | 1F | 81 | 4C | 27 |
| Octal | 30 | 261 | 60 | 126 | 0 | 111 | 37 | 201 | 114 | 47 |
| Binary | 11000 | 10110001 | 110000 | 1010110 | 0 | 1001001 | 11111 | 10000001 | 1001100 | 100111 |
Color Harmonies of #18B130
Complementary color
Monochromatic Colors of #18B130
Black with #18B130
Text Example
Text Example
White with #18B130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B130; }
p { color: rgb(24,177,48); }
H1.HeaderClassName
{
color: #18B130;
}
.AnyTagClassName
{
color: #18B130;
}
</style>
background-color css
<style>
a { background-color: #18B130; }
a { background-color: rgb(24,177,48); }
div.DivClassName
{
background-color: #18B130;
}
.BgClassName
{
background-color: #18B130;
}
</style>
border-color css
<style>
span { border-color: #18B130; }
span { border-color: rgb(24,177,48); }
td.TdClassName
{
border-color: #18B130;
}
.TagClassName
{
border-color: #18B130;
}
</style>