Shades of Dark Pastel Green #18B74B
Tints of Dark Pastel Green #18B74B
RGB
CMYK
RGB Variations
Color information
#18B74B (or 0x18B74B) is known color: Dark Pastel Green. HEX triplet: 18, B7 and 4B. RGB value is (24,183,75). Sum of RGB (Red+Green+Blue) = 24+183+75=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 183 (71.88% from 255 or 64.89% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 183 - color contains mainly: green. Hex color #18B74B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B74B is #E748B4. Grayscale: #7B7B7B. Windows color (decimal): -15157429 or 4962072. OLE color: 4962072.
HSL color Cylindrical-coordinate representation of color #18B74B: hue angle of 139.25º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B74B is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 183 | 75 | - |
| CMYK | 0.87 | 0 | 0.59 | 0.28 |
| HSL | 139.25º | 0.77% | 0.41% | - |
| HSV(B) | 139.25º | 0.87% | 0.72% | - |
| XYZ | 18.58 | 34.57 | 12.35 | - |
| YUV | 123.15 | 100.82 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 183 | 75 | 0.87 | 0 | 0.59 | 0.28 | 139.25 | 0.77 | 0.41 |
| Hex | 18 | B7 | 4B | 57 | 0 | 3B | 1C | 8B | 4D | 29 |
| Octal | 30 | 267 | 113 | 127 | 0 | 73 | 34 | 213 | 115 | 51 |
| Binary | 11000 | 10110111 | 1001011 | 1010111 | 0 | 111011 | 11100 | 10001011 | 1001101 | 101001 |
Color Harmonies of #18B74B
Complementary color
Monochromatic Colors of #18B74B
Black with #18B74B
Text Example
Text Example
White with #18B74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B74B; }
p { color: rgb(24,183,75); }
H1.HeaderClassName
{
color: #18B74B;
}
.AnyTagClassName
{
color: #18B74B;
}
</style>
background-color css
<style>
a { background-color: #18B74B; }
a { background-color: rgb(24,183,75); }
div.DivClassName
{
background-color: #18B74B;
}
.BgClassName
{
background-color: #18B74B;
}
</style>
border-color css
<style>
span { border-color: #18B74B; }
span { border-color: rgb(24,183,75); }
td.TdClassName
{
border-color: #18B74B;
}
.TagClassName
{
border-color: #18B74B;
}
</style>