Shades of County Green #175238
Tints of County Green #175238
RGB
CMYK
RGB Variations
Color information
#175238 (or 0x175238) is known color: County Green. HEX triplet: 17, 52 and 38. RGB value is (23,82,56). Sum of RGB (Red+Green+Blue) = 23+82+56=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #175238 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175238 is #E8ADC7. Grayscale: #3D3D3D. Windows color (decimal): -15248840 or 3691031. OLE color: 3691031.
HSL color Cylindrical-coordinate representation of color #175238: hue angle of 153.56º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175238 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 82 | 56 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.68 |
| HSL | 153.56º | 0.56% | 0.21% | - |
| HSV(B) | 153.56º | 0.72% | 0.32% | - |
| XYZ | 4.08 | 6.5 | 4.78 | - |
| YUV | 61.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 56 | 0.72 | 0 | 0.32 | 0.68 | 153.56 | 0.56 | 0.21 |
| Hex | 17 | 52 | 38 | 48 | 0 | 20 | 44 | 9A | 38 | 15 |
| Octal | 27 | 122 | 70 | 110 | 0 | 40 | 104 | 232 | 70 | 25 |
| Binary | 10111 | 1010010 | 111000 | 1001000 | 0 | 100000 | 1000100 | 10011010 | 111000 | 10101 |
Color Harmonies of #175238
Complementary color
Monochromatic Colors of #175238
Black with #175238
Text Example
Text Example
White with #175238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175238; }
p { color: rgb(23,82,56); }
H1.HeaderClassName
{
color: #175238;
}
.AnyTagClassName
{
color: #175238;
}
</style>
background-color css
<style>
a { background-color: #175238; }
a { background-color: rgb(23,82,56); }
div.DivClassName
{
background-color: #175238;
}
.BgClassName
{
background-color: #175238;
}
</style>
border-color css
<style>
span { border-color: #175238; }
span { border-color: rgb(23,82,56); }
td.TdClassName
{
border-color: #175238;
}
.TagClassName
{
border-color: #175238;
}
</style>