Shades of Dark Pastel Green #18B32F
Tints of Dark Pastel Green #18B32F
RGB
CMYK
RGB Variations
Color information
#18B32F (or 0x18B32F) is known color: Dark Pastel Green. HEX triplet: 18, B3 and 2F. RGB value is (24,179,47). Sum of RGB (Red+Green+Blue) = 24+179+47=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 179 (70.31% from 255 or 71.6% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 179 - color contains mainly: green. Hex color #18B32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B32F is #E74CD0. Grayscale: #757575. Windows color (decimal): -15158481 or 3126040. OLE color: 3126040.
HSL color Cylindrical-coordinate representation of color #18B32F: hue angle of 128.9º 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 #18B32F is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 179 | 47 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.30 |
| HSL | 128.9º | 0.76% | 0.4% | - |
| HSV(B) | 128.9º | 0.87% | 0.7% | - |
| XYZ | 17.01 | 32.64 | 8.09 | - |
| YUV | 117.61 | 88.15 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 179 | 47 | 0.87 | 0 | 0.74 | 0.30 | 128.9 | 0.76 | 0.4 |
| Hex | 18 | B3 | 2F | 57 | 0 | 4A | 1E | 81 | 4C | 28 |
| Octal | 30 | 263 | 57 | 127 | 0 | 112 | 36 | 201 | 114 | 50 |
| Binary | 11000 | 10110011 | 101111 | 1010111 | 0 | 1001010 | 11110 | 10000001 | 1001100 | 101000 |
Color Harmonies of #18B32F
Complementary color
Monochromatic Colors of #18B32F
Black with #18B32F
Text Example
Text Example
White with #18B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B32F; }
p { color: rgb(24,179,47); }
H1.HeaderClassName
{
color: #18B32F;
}
.AnyTagClassName
{
color: #18B32F;
}
</style>
background-color css
<style>
a { background-color: #18B32F; }
a { background-color: rgb(24,179,47); }
div.DivClassName
{
background-color: #18B32F;
}
.BgClassName
{
background-color: #18B32F;
}
</style>
border-color css
<style>
span { border-color: #18B32F; }
span { border-color: rgb(24,179,47); }
td.TdClassName
{
border-color: #18B32F;
}
.TagClassName
{
border-color: #18B32F;
}
</style>