Shades of County Green #1B503A
Tints of County Green #1B503A
RGB
CMYK
RGB Variations
Color information
#1B503A (or 0x1B503A) is known color: County Green. HEX triplet: 1B, 50 and 3A. RGB value is (27,80,58). Sum of RGB (Red+Green+Blue) = 27+80+58=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #1B503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B503A is #E4AFC5. Grayscale: #3D3D3D. Windows color (decimal): -14987206 or 3821595. OLE color: 3821595.
HSL color Cylindrical-coordinate representation of color #1B503A: hue angle of 155.09º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B503A is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 80 | 58 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.69 |
| HSL | 155.09º | 0.5% | 0.21% | - |
| HSV(B) | 155.09º | 0.66% | 0.31% | - |
| XYZ | 4.08 | 6.28 | 5 | - |
| YUV | 61.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 58 | 0.66 | 0 | 0.28 | 0.69 | 155.09 | 0.5 | 0.21 |
| Hex | 1B | 50 | 3A | 42 | 0 | 1C | 45 | 9B | 32 | 15 |
| Octal | 33 | 120 | 72 | 102 | 0 | 34 | 105 | 233 | 62 | 25 |
| Binary | 11011 | 1010000 | 111010 | 1000010 | 0 | 11100 | 1000101 | 10011011 | 110010 | 10101 |
Color Harmonies of #1B503A
Complementary color
Monochromatic Colors of #1B503A
Black with #1B503A
Text Example
Text Example
White with #1B503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B503A; }
p { color: rgb(27,80,58); }
H1.HeaderClassName
{
color: #1B503A;
}
.AnyTagClassName
{
color: #1B503A;
}
</style>
background-color css
<style>
a { background-color: #1B503A; }
a { background-color: rgb(27,80,58); }
div.DivClassName
{
background-color: #1B503A;
}
.BgClassName
{
background-color: #1B503A;
}
</style>
border-color css
<style>
span { border-color: #1B503A; }
span { border-color: rgb(27,80,58); }
td.TdClassName
{
border-color: #1B503A;
}
.TagClassName
{
border-color: #1B503A;
}
</style>