Shades of Gordons Green #1C3C21
Tints of Gordons Green #1C3C21
RGB
CMYK
RGB Variations
Color information
#1C3C21 (or 0x1C3C21) is known color: Gordons Green. HEX triplet: 1C, 3C and 21. RGB value is (28,60,33). Sum of RGB (Red+Green+Blue) = 28+60+33=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 60 (23.83% from 255 or 49.59% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 60 - color contains mainly: green. Hex color #1C3C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3C21 is #E3C3DE. Grayscale: #2F2F2F. Windows color (decimal): -14926815 or 2178076. OLE color: 2178076.
HSL color Cylindrical-coordinate representation of color #1C3C21: hue angle of 129.38º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C3C21 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 60 | 33 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.76 |
| HSL | 129.38º | 0.36% | 0.17% | - |
| HSV(B) | 129.38º | 0.53% | 0.24% | - |
| XYZ | 2.37 | 3.59 | 2.01 | - |
| YUV | 47.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 60 | 33 | 0.53 | 0 | 0.45 | 0.76 | 129.38 | 0.36 | 0.17 |
| Hex | 1C | 3C | 21 | 35 | 0 | 2D | 4C | 81 | 24 | 11 |
| Octal | 34 | 74 | 41 | 65 | 0 | 55 | 114 | 201 | 44 | 21 |
| Binary | 11100 | 111100 | 100001 | 110101 | 0 | 101101 | 1001100 | 10000001 | 100100 | 10001 |
Color Harmonies of #1C3C21
Complementary color
Monochromatic Colors of #1C3C21
Black with #1C3C21
Text Example
Text Example
White with #1C3C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3C21; }
p { color: rgb(28,60,33); }
H1.HeaderClassName
{
color: #1C3C21;
}
.AnyTagClassName
{
color: #1C3C21;
}
</style>
background-color css
<style>
a { background-color: #1C3C21; }
a { background-color: rgb(28,60,33); }
div.DivClassName
{
background-color: #1C3C21;
}
.BgClassName
{
background-color: #1C3C21;
}
</style>
border-color css
<style>
span { border-color: #1C3C21; }
span { border-color: rgb(28,60,33); }
td.TdClassName
{
border-color: #1C3C21;
}
.TagClassName
{
border-color: #1C3C21;
}
</style>