Shades of County Green #1B533C
Tints of County Green #1B533C
RGB
CMYK
RGB Variations
Color information
#1B533C (or 0x1B533C) is known color: County Green. HEX triplet: 1B, 53 and 3C. RGB value is (27,83,60). Sum of RGB (Red+Green+Blue) = 27+83+60=170 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.88% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #1B533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B533C is #E4ACC3. Grayscale: #3F3F3F. Windows color (decimal): -14986436 or 3953435. OLE color: 3953435.
HSL color Cylindrical-coordinate representation of color #1B533C: hue angle of 155.36º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B533C is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 60 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.67 |
| HSL | 155.36º | 0.51% | 0.22% | - |
| HSV(B) | 155.36º | 0.67% | 0.33% | - |
| XYZ | 4.36 | 6.75 | 5.35 | - |
| YUV | 63.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 60 | 0.67 | 0 | 0.28 | 0.67 | 155.36 | 0.51 | 0.22 |
| Hex | 1B | 53 | 3C | 43 | 0 | 1C | 43 | 9B | 33 | 16 |
| Octal | 33 | 123 | 74 | 103 | 0 | 34 | 103 | 233 | 63 | 26 |
| Binary | 11011 | 1010011 | 111100 | 1000011 | 0 | 11100 | 1000011 | 10011011 | 110011 | 10110 |
Color Harmonies of #1B533C
Complementary color
Monochromatic Colors of #1B533C
Black with #1B533C
Text Example
Text Example
White with #1B533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B533C; }
p { color: rgb(27,83,60); }
H1.HeaderClassName
{
color: #1B533C;
}
.AnyTagClassName
{
color: #1B533C;
}
</style>
background-color css
<style>
a { background-color: #1B533C; }
a { background-color: rgb(27,83,60); }
div.DivClassName
{
background-color: #1B533C;
}
.BgClassName
{
background-color: #1B533C;
}
</style>
border-color css
<style>
span { border-color: #1B533C; }
span { border-color: rgb(27,83,60); }
td.TdClassName
{
border-color: #1B533C;
}
.TagClassName
{
border-color: #1B533C;
}
</style>