Shades of County Green #1A4E38
Tints of County Green #1A4E38
RGB
CMYK
RGB Variations
Color information
#1A4E38 (or 0x1A4E38) is known color: County Green. HEX triplet: 1A, 4E and 38. RGB value is (26,78,56). Sum of RGB (Red+Green+Blue) = 26+78+56=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 78 (30.86% from 255 or 48.75% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 78 - color contains mainly: green. Hex color #1A4E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4E38 is #E5B1C7. Grayscale: #3B3B3B. Windows color (decimal): -15053256 or 3690010. OLE color: 3690010.
HSL color Cylindrical-coordinate representation of color #1A4E38: hue angle of 154.62º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A4E38 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 78 | 56 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.69 |
| HSL | 154.62º | 0.5% | 0.2% | - |
| HSV(B) | 154.62º | 0.67% | 0.31% | - |
| XYZ | 3.86 | 5.95 | 4.69 | - |
| YUV | 59.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 56 | 0.67 | 0 | 0.28 | 0.69 | 154.62 | 0.5 | 0.2 |
| Hex | 1A | 4E | 38 | 43 | 0 | 1C | 45 | 9B | 32 | 14 |
| Octal | 32 | 116 | 70 | 103 | 0 | 34 | 105 | 233 | 62 | 24 |
| Binary | 11010 | 1001110 | 111000 | 1000011 | 0 | 11100 | 1000101 | 10011011 | 110010 | 10100 |
Color Harmonies of #1A4E38
Complementary color
Monochromatic Colors of #1A4E38
Black with #1A4E38
Text Example
Text Example
White with #1A4E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E38; }
p { color: rgb(26,78,56); }
H1.HeaderClassName
{
color: #1A4E38;
}
.AnyTagClassName
{
color: #1A4E38;
}
</style>
background-color css
<style>
a { background-color: #1A4E38; }
a { background-color: rgb(26,78,56); }
div.DivClassName
{
background-color: #1A4E38;
}
.BgClassName
{
background-color: #1A4E38;
}
</style>
border-color css
<style>
span { border-color: #1A4E38; }
span { border-color: rgb(26,78,56); }
td.TdClassName
{
border-color: #1A4E38;
}
.TagClassName
{
border-color: #1A4E38;
}
</style>