Shades of County Green #1A4F3A
Tints of County Green #1A4F3A
RGB
CMYK
RGB Variations
Color information
#1A4F3A (or 0x1A4F3A) is known color: County Green. HEX triplet: 1A, 4F and 3A. RGB value is (26,79,58). Sum of RGB (Red+Green+Blue) = 26+79+58=163 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.95% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #1A4F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4F3A is #E5B0C5. Grayscale: #3C3C3C. Windows color (decimal): -15052998 or 3821338. OLE color: 3821338.
HSL color Cylindrical-coordinate representation of color #1A4F3A: hue angle of 156.23º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A4F3A is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 79 | 58 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.69 |
| HSL | 156.23º | 0.5% | 0.21% | - |
| HSV(B) | 156.23º | 0.67% | 0.31% | - |
| XYZ | 3.99 | 6.12 | 4.97 | - |
| YUV | 60.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 79 | 58 | 0.67 | 0 | 0.27 | 0.69 | 156.23 | 0.5 | 0.21 |
| Hex | 1A | 4F | 3A | 43 | 0 | 1B | 45 | 9C | 32 | 15 |
| Octal | 32 | 117 | 72 | 103 | 0 | 33 | 105 | 234 | 62 | 25 |
| Binary | 11010 | 1001111 | 111010 | 1000011 | 0 | 11011 | 1000101 | 10011100 | 110010 | 10101 |
Color Harmonies of #1A4F3A
Complementary color
Monochromatic Colors of #1A4F3A
Black with #1A4F3A
Text Example
Text Example
White with #1A4F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4F3A; }
p { color: rgb(26,79,58); }
H1.HeaderClassName
{
color: #1A4F3A;
}
.AnyTagClassName
{
color: #1A4F3A;
}
</style>
background-color css
<style>
a { background-color: #1A4F3A; }
a { background-color: rgb(26,79,58); }
div.DivClassName
{
background-color: #1A4F3A;
}
.BgClassName
{
background-color: #1A4F3A;
}
</style>
border-color css
<style>
span { border-color: #1A4F3A; }
span { border-color: rgb(26,79,58); }
td.TdClassName
{
border-color: #1A4F3A;
}
.TagClassName
{
border-color: #1A4F3A;
}
</style>