Shades of County Green #175033
Tints of County Green #175033
RGB
CMYK
RGB Variations
Color information
#175033 (or 0x175033) is known color: County Green. HEX triplet: 17, 50 and 33. RGB value is (23,80,51). Sum of RGB (Red+Green+Blue) = 23+80+51=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #175033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175033 is #E8AFCC. Grayscale: #3B3B3B. Windows color (decimal): -15249357 or 3362839. OLE color: 3362839.
HSL color Cylindrical-coordinate representation of color #175033: hue angle of 149.47º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #175033 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 80 | 51 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.69 |
| HSL | 149.47º | 0.55% | 0.2% | - |
| HSV(B) | 149.47º | 0.71% | 0.31% | - |
| XYZ | 3.82 | 6.16 | 4.12 | - |
| YUV | 59.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 51 | 0.71 | 0 | 0.36 | 0.69 | 149.47 | 0.55 | 0.2 |
| Hex | 17 | 50 | 33 | 47 | 0 | 24 | 45 | 95 | 37 | 14 |
| Octal | 27 | 120 | 63 | 107 | 0 | 44 | 105 | 225 | 67 | 24 |
| Binary | 10111 | 1010000 | 110011 | 1000111 | 0 | 100100 | 1000101 | 10010101 | 110111 | 10100 |
Color Harmonies of #175033
Complementary color
Monochromatic Colors of #175033
Black with #175033
Text Example
Text Example
White with #175033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175033; }
p { color: rgb(23,80,51); }
H1.HeaderClassName
{
color: #175033;
}
.AnyTagClassName
{
color: #175033;
}
</style>
background-color css
<style>
a { background-color: #175033; }
a { background-color: rgb(23,80,51); }
div.DivClassName
{
background-color: #175033;
}
.BgClassName
{
background-color: #175033;
}
</style>
border-color css
<style>
span { border-color: #175033; }
span { border-color: rgb(23,80,51); }
td.TdClassName
{
border-color: #175033;
}
.TagClassName
{
border-color: #175033;
}
</style>