Shades of Cardin Green #1C2922
Tints of Cardin Green #1C2922
RGB
CMYK
RGB Variations
Color information
#1C2922 (or 0x1C2922) is known color: Cardin Green. HEX triplet: 1C, 29 and 22. RGB value is (28,41,34). Sum of RGB (Red+Green+Blue) = 28+41+34=103 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.18% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 41 - color contains mainly: green. Hex color #1C2922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2922 is #E3D6DD. Grayscale: #242424. Windows color (decimal): -14931678 or 2238748. OLE color: 2238748.
HSL color Cylindrical-coordinate representation of color #1C2922: hue angle of 147.69º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1C2922 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 41 | 34 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.84 |
| HSL | 147.69º | 0.19% | 0.14% | - |
| HSV(B) | 147.69º | 0.32% | 0.16% | - |
| XYZ | 1.56 | 1.95 | 1.81 | - |
| YUV | 36.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 34 | 0.32 | 0 | 0.17 | 0.84 | 147.69 | 0.19 | 0.14 |
| Hex | 1C | 29 | 22 | 20 | 0 | 11 | 54 | 94 | 13 | E |
| Octal | 34 | 51 | 42 | 40 | 0 | 21 | 124 | 224 | 23 | 16 |
| Binary | 11100 | 101001 | 100010 | 100000 | 0 | 10001 | 1010100 | 10010100 | 10011 | 1110 |
Color Harmonies of #1C2922
Complementary color
Monochromatic Colors of #1C2922
Black with #1C2922
Text Example
Text Example
White with #1C2922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2922; }
p { color: rgb(28,41,34); }
H1.HeaderClassName
{
color: #1C2922;
}
.AnyTagClassName
{
color: #1C2922;
}
</style>
background-color css
<style>
a { background-color: #1C2922; }
a { background-color: rgb(28,41,34); }
div.DivClassName
{
background-color: #1C2922;
}
.BgClassName
{
background-color: #1C2922;
}
</style>
border-color css
<style>
span { border-color: #1C2922; }
span { border-color: rgb(28,41,34); }
td.TdClassName
{
border-color: #1C2922;
}
.TagClassName
{
border-color: #1C2922;
}
</style>