Shades of County Green #23513C
Tints of County Green #23513C
RGB
CMYK
RGB Variations
Color information
#23513C (or 0x23513C) is known color: County Green. HEX triplet: 23, 51 and 3C. RGB value is (35,81,60). Sum of RGB (Red+Green+Blue) = 35+81+60=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #23513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23513C is #DCAEC3. Grayscale: #404040. Windows color (decimal): -14462660 or 3952931. OLE color: 3952931.
HSL color Cylindrical-coordinate representation of color #23513C: hue angle of 152.61º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23513C is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 81 | 60 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.68 |
| HSL | 152.61º | 0.4% | 0.23% | - |
| HSV(B) | 152.61º | 0.57% | 0.32% | - |
| XYZ | 4.45 | 6.57 | 5.31 | - |
| YUV | 64.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 60 | 0.57 | 0 | 0.26 | 0.68 | 152.61 | 0.4 | 0.23 |
| Hex | 23 | 51 | 3C | 39 | 0 | 1A | 44 | 99 | 28 | 17 |
| Octal | 43 | 121 | 74 | 71 | 0 | 32 | 104 | 231 | 50 | 27 |
| Binary | 100011 | 1010001 | 111100 | 111001 | 0 | 11010 | 1000100 | 10011001 | 101000 | 10111 |
Color Harmonies of #23513C
Complementary color
Monochromatic Colors of #23513C
Black with #23513C
Text Example
Text Example
White with #23513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23513C; }
p { color: rgb(35,81,60); }
H1.HeaderClassName
{
color: #23513C;
}
.AnyTagClassName
{
color: #23513C;
}
</style>
background-color css
<style>
a { background-color: #23513C; }
a { background-color: rgb(35,81,60); }
div.DivClassName
{
background-color: #23513C;
}
.BgClassName
{
background-color: #23513C;
}
</style>
border-color css
<style>
span { border-color: #23513C; }
span { border-color: rgb(35,81,60); }
td.TdClassName
{
border-color: #23513C;
}
.TagClassName
{
border-color: #23513C;
}
</style>