Shades of Cardin Green #1E342B
Tints of Cardin Green #1E342B
RGB
CMYK
RGB Variations
Color information
#1E342B (or 0x1E342B) is known color: Cardin Green. HEX triplet: 1E, 34 and 2B. RGB value is (30,52,43). Sum of RGB (Red+Green+Blue) = 30+52+43=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 52 - color contains mainly: green. Hex color #1E342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E342B is #E1CBD4. Grayscale: #2C2C2C. Windows color (decimal): -14797781 or 2831390. OLE color: 2831390.
HSL color Cylindrical-coordinate representation of color #1E342B: hue angle of 155.45º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1E342B is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 52 | 43 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.80 |
| HSL | 155.45º | 0.27% | 0.16% | - |
| HSV(B) | 155.45º | 0.42% | 0.2% | - |
| XYZ | 2.2 | 2.91 | 2.73 | - |
| YUV | 44.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 52 | 43 | 0.42 | 0 | 0.17 | 0.80 | 155.45 | 0.27 | 0.16 |
| Hex | 1E | 34 | 2B | 2A | 0 | 11 | 50 | 9B | 1B | 10 |
| Octal | 36 | 64 | 53 | 52 | 0 | 21 | 120 | 233 | 33 | 20 |
| Binary | 11110 | 110100 | 101011 | 101010 | 0 | 10001 | 1010000 | 10011011 | 11011 | 10000 |
Color Harmonies of #1E342B
Complementary color
Monochromatic Colors of #1E342B
Black with #1E342B
Text Example
Text Example
White with #1E342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E342B; }
p { color: rgb(30,52,43); }
H1.HeaderClassName
{
color: #1E342B;
}
.AnyTagClassName
{
color: #1E342B;
}
</style>
background-color css
<style>
a { background-color: #1E342B; }
a { background-color: rgb(30,52,43); }
div.DivClassName
{
background-color: #1E342B;
}
.BgClassName
{
background-color: #1E342B;
}
</style>
border-color css
<style>
span { border-color: #1E342B; }
span { border-color: rgb(30,52,43); }
td.TdClassName
{
border-color: #1E342B;
}
.TagClassName
{
border-color: #1E342B;
}
</style>