Shades of County Green #1A4733
Tints of County Green #1A4733
RGB
CMYK
RGB Variations
Color information
#1A4733 (or 0x1A4733) is known color: County Green. HEX triplet: 1A, 47 and 33. RGB value is (26,71,51). Sum of RGB (Red+Green+Blue) = 26+71+51=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4733 is #E5B8CC. Grayscale: #373737. Windows color (decimal): -15055053 or 3360538. OLE color: 3360538.
HSL color Cylindrical-coordinate representation of color #1A4733: hue angle of 153.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A4733 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 71 | 51 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.72 |
| HSL | 153.33º | 0.46% | 0.19% | - |
| HSV(B) | 153.33º | 0.63% | 0.28% | - |
| XYZ | 3.28 | 4.97 | 3.92 | - |
| YUV | 55.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 51 | 0.63 | 0 | 0.28 | 0.72 | 153.33 | 0.46 | 0.19 |
| Hex | 1A | 47 | 33 | 3F | 0 | 1C | 48 | 99 | 2E | 13 |
| Octal | 32 | 107 | 63 | 77 | 0 | 34 | 110 | 231 | 56 | 23 |
| Binary | 11010 | 1000111 | 110011 | 111111 | 0 | 11100 | 1001000 | 10011001 | 101110 | 10011 |
Color Harmonies of #1A4733
Complementary color
Monochromatic Colors of #1A4733
Black with #1A4733
Text Example
Text Example
White with #1A4733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4733; }
p { color: rgb(26,71,51); }
H1.HeaderClassName
{
color: #1A4733;
}
.AnyTagClassName
{
color: #1A4733;
}
</style>
background-color css
<style>
a { background-color: #1A4733; }
a { background-color: rgb(26,71,51); }
div.DivClassName
{
background-color: #1A4733;
}
.BgClassName
{
background-color: #1A4733;
}
</style>
border-color css
<style>
span { border-color: #1A4733; }
span { border-color: rgb(26,71,51); }
td.TdClassName
{
border-color: #1A4733;
}
.TagClassName
{
border-color: #1A4733;
}
</style>