Shades of Cardin Green #1E3228
Tints of Cardin Green #1E3228
RGB
CMYK
RGB Variations
Color information
#1E3228 (or 0x1E3228) is known color: Cardin Green. HEX triplet: 1E, 32 and 28. RGB value is (30,50,40). Sum of RGB (Red+Green+Blue) = 30+50+40=120 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #1E3228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3228 is #E1CDD7. Grayscale: #2A2A2A. Windows color (decimal): -14798296 or 2634270. OLE color: 2634270.
HSL color Cylindrical-coordinate representation of color #1E3228: hue angle of 150º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E3228 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 50 | 40 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.80 |
| HSL | 150º | 0.25% | 0.16% | - |
| HSV(B) | 150º | 0.4% | 0.2% | - |
| XYZ | 2.06 | 2.71 | 2.42 | - |
| YUV | 42.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 40 | 0.40 | 0 | 0.20 | 0.80 | 150 | 0.25 | 0.16 |
| Hex | 1E | 32 | 28 | 28 | 0 | 14 | 50 | 96 | 19 | 10 |
| Octal | 36 | 62 | 50 | 50 | 0 | 24 | 120 | 226 | 31 | 20 |
| Binary | 11110 | 110010 | 101000 | 101000 | 0 | 10100 | 1010000 | 10010110 | 11001 | 10000 |
Color Harmonies of #1E3228
Complementary color
Monochromatic Colors of #1E3228
Black with #1E3228
Text Example
Text Example
White with #1E3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3228; }
p { color: rgb(30,50,40); }
H1.HeaderClassName
{
color: #1E3228;
}
.AnyTagClassName
{
color: #1E3228;
}
</style>
background-color css
<style>
a { background-color: #1E3228; }
a { background-color: rgb(30,50,40); }
div.DivClassName
{
background-color: #1E3228;
}
.BgClassName
{
background-color: #1E3228;
}
</style>
border-color css
<style>
span { border-color: #1E3228; }
span { border-color: rgb(30,50,40); }
td.TdClassName
{
border-color: #1E3228;
}
.TagClassName
{
border-color: #1E3228;
}
</style>