Shades of Cardin Green #1E3127
Tints of Cardin Green #1E3127
RGB
CMYK
RGB Variations
Color information
#1E3127 (or 0x1E3127) is known color: Cardin Green. HEX triplet: 1E, 31 and 27. RGB value is (30,49,39). Sum of RGB (Red+Green+Blue) = 30+49+39=118 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.42% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3127 is #E1CED8. Grayscale: #2A2A2A. Windows color (decimal): -14798553 or 2568478. OLE color: 2568478.
HSL color Cylindrical-coordinate representation of color #1E3127: hue angle of 148.42º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E3127 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 49 | 39 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.81 |
| HSL | 148.42º | 0.24% | 0.15% | - |
| HSV(B) | 148.42º | 0.39% | 0.19% | - |
| XYZ | 2 | 2.62 | 2.32 | - |
| YUV | 42.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 39 | 0.39 | 0 | 0.20 | 0.81 | 148.42 | 0.24 | 0.15 |
| Hex | 1E | 31 | 27 | 27 | 0 | 14 | 51 | 94 | 18 | F |
| Octal | 36 | 61 | 47 | 47 | 0 | 24 | 121 | 224 | 30 | 17 |
| Binary | 11110 | 110001 | 100111 | 100111 | 0 | 10100 | 1010001 | 10010100 | 11000 | 1111 |
Color Harmonies of #1E3127
Complementary color
Monochromatic Colors of #1E3127
Black with #1E3127
Text Example
Text Example
White with #1E3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3127; }
p { color: rgb(30,49,39); }
H1.HeaderClassName
{
color: #1E3127;
}
.AnyTagClassName
{
color: #1E3127;
}
</style>
background-color css
<style>
a { background-color: #1E3127; }
a { background-color: rgb(30,49,39); }
div.DivClassName
{
background-color: #1E3127;
}
.BgClassName
{
background-color: #1E3127;
}
</style>
border-color css
<style>
span { border-color: #1E3127; }
span { border-color: rgb(30,49,39); }
td.TdClassName
{
border-color: #1E3127;
}
.TagClassName
{
border-color: #1E3127;
}
</style>