Shades of Cardin Green #1E332A
Tints of Cardin Green #1E332A
RGB
CMYK
RGB Variations
Color information
#1E332A (or 0x1E332A) is known color: Cardin Green. HEX triplet: 1E, 33 and 2A. RGB value is (30,51,42). Sum of RGB (Red+Green+Blue) = 30+51+42=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 51 - color contains mainly: green. Hex color #1E332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E332A is #E1CCD5. Grayscale: #2B2B2B. Windows color (decimal): -14798038 or 2765598. OLE color: 2765598.
HSL color Cylindrical-coordinate representation of color #1E332A: hue angle of 154.29º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1E332A is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 30 | 51 | 42 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.8 |
| HSL | 154.29º | 0.26% | 0.16% | - |
| HSV(B) | 154.29º | 0.41% | 0.2% | - |
| XYZ | 2.14 | 2.81 | 2.62 | - |
| YUV | 43.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 42 | 0.41 | 0 | 0.18 | 0.8 | 154.29 | 0.26 | 0.16 |
| Hex | 1E | 33 | 2A | 29 | 0 | 12 | 50 | 9A | 1A | 10 |
| Octal | 36 | 63 | 52 | 51 | 0 | 22 | 120 | 232 | 32 | 20 |
| Binary | 11110 | 110011 | 101010 | 101001 | 0 | 10010 | 1010000 | 10011010 | 11010 | 10000 |
Color Harmonies of #1E332A
Complementary color
Monochromatic Colors of #1E332A
Black with #1E332A
Text Example
Text Example
White with #1E332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E332A; }
p { color: rgb(30,51,42); }
H1.HeaderClassName
{
color: #1E332A;
}
.AnyTagClassName
{
color: #1E332A;
}
</style>
background-color css
<style>
a { background-color: #1E332A; }
a { background-color: rgb(30,51,42); }
div.DivClassName
{
background-color: #1E332A;
}
.BgClassName
{
background-color: #1E332A;
}
</style>
border-color css
<style>
span { border-color: #1E332A; }
span { border-color: rgb(30,51,42); }
td.TdClassName
{
border-color: #1E332A;
}
.TagClassName
{
border-color: #1E332A;
}
</style>