Shades of Pigment Green #18993C
Tints of Pigment Green #18993C
RGB
CMYK
RGB Variations
Color information
#18993C (or 0x18993C) is known color: Pigment Green. HEX triplet: 18, 99 and 3C. RGB value is (24,153,60). Sum of RGB (Red+Green+Blue) = 24+153+60=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 153 (60.16% from 255 or 64.56% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 153 - color contains mainly: green. Hex color #18993C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18993C is #E766C3. Grayscale: #686868. Windows color (decimal): -15165124 or 3971352. OLE color: 3971352.
HSL color Cylindrical-coordinate representation of color #18993C: hue angle of 136.74º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18993C is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 153 | 60 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.4 |
| HSL | 136.74º | 0.73% | 0.35% | - |
| HSV(B) | 136.74º | 0.84% | 0.6% | - |
| XYZ | 12.58 | 23.3 | 8.11 | - |
| YUV | 103.83 | 103.26 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 60 | 0.84 | 0 | 0.61 | 0.4 | 136.74 | 0.73 | 0.35 |
| Hex | 18 | 99 | 3C | 54 | 0 | 3D | 28 | 89 | 49 | 23 |
| Octal | 30 | 231 | 74 | 124 | 0 | 75 | 50 | 211 | 111 | 43 |
| Binary | 11000 | 10011001 | 111100 | 1010100 | 0 | 111101 | 101000 | 10001001 | 1001001 | 100011 |
Color Harmonies of #18993C
Complementary color
Monochromatic Colors of #18993C
Black with #18993C
Text Example
Text Example
White with #18993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18993C; }
p { color: rgb(24,153,60); }
H1.HeaderClassName
{
color: #18993C;
}
.AnyTagClassName
{
color: #18993C;
}
</style>
background-color css
<style>
a { background-color: #18993C; }
a { background-color: rgb(24,153,60); }
div.DivClassName
{
background-color: #18993C;
}
.BgClassName
{
background-color: #18993C;
}
</style>
border-color css
<style>
span { border-color: #18993C; }
span { border-color: rgb(24,153,60); }
td.TdClassName
{
border-color: #18993C;
}
.TagClassName
{
border-color: #18993C;
}
</style>