Shades of County Green #184F32
Tints of County Green #184F32
RGB
CMYK
RGB Variations
Color information
#184F32 (or 0x184F32) is known color: County Green. HEX triplet: 18, 4F and 32. RGB value is (24,79,50). Sum of RGB (Red+Green+Blue) = 24+79+50=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 79 (31.25% from 255 or 51.63% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 79 - color contains mainly: green. Hex color #184F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184F32 is #E7B0CD. Grayscale: #3B3B3B. Windows color (decimal): -15184078 or 3297048. OLE color: 3297048.
HSL color Cylindrical-coordinate representation of color #184F32: hue angle of 148.36º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184F32 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 79 | 50 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.69 |
| HSL | 148.36º | 0.53% | 0.2% | - |
| HSV(B) | 148.36º | 0.7% | 0.31% | - |
| XYZ | 3.75 | 6.02 | 3.98 | - |
| YUV | 59.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 50 | 0.70 | 0 | 0.37 | 0.69 | 148.36 | 0.53 | 0.2 |
| Hex | 18 | 4F | 32 | 46 | 0 | 25 | 45 | 94 | 35 | 14 |
| Octal | 30 | 117 | 62 | 106 | 0 | 45 | 105 | 224 | 65 | 24 |
| Binary | 11000 | 1001111 | 110010 | 1000110 | 0 | 100101 | 1000101 | 10010100 | 110101 | 10100 |
Color Harmonies of #184F32
Complementary color
Monochromatic Colors of #184F32
Black with #184F32
Text Example
Text Example
White with #184F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F32; }
p { color: rgb(24,79,50); }
H1.HeaderClassName
{
color: #184F32;
}
.AnyTagClassName
{
color: #184F32;
}
</style>
background-color css
<style>
a { background-color: #184F32; }
a { background-color: rgb(24,79,50); }
div.DivClassName
{
background-color: #184F32;
}
.BgClassName
{
background-color: #184F32;
}
</style>
border-color css
<style>
span { border-color: #184F32; }
span { border-color: rgb(24,79,50); }
td.TdClassName
{
border-color: #184F32;
}
.TagClassName
{
border-color: #184F32;
}
</style>