Shades of Cardin Green #183A2B
Tints of Cardin Green #183A2B
RGB
CMYK
RGB Variations
Color information
#183A2B (or 0x183A2B) is known color: Cardin Green. HEX triplet: 18, 3A and 2B. RGB value is (24,58,43). Sum of RGB (Red+Green+Blue) = 24+58+43=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #183A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183A2B is #E7C5D4. Grayscale: #2E2E2E. Windows color (decimal): -15189461 or 2832920. OLE color: 2832920.
HSL color Cylindrical-coordinate representation of color #183A2B: hue angle of 153.53º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #183A2B is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 24 | 58 | 43 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.77 |
| HSL | 153.53º | 0.41% | 0.16% | - |
| HSV(B) | 153.53º | 0.59% | 0.23% | - |
| XYZ | 2.33 | 3.39 | 2.82 | - |
| YUV | 46.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 43 | 0.59 | 0 | 0.26 | 0.77 | 153.53 | 0.41 | 0.16 |
| Hex | 18 | 3A | 2B | 3B | 0 | 1A | 4D | 9A | 29 | 10 |
| Octal | 30 | 72 | 53 | 73 | 0 | 32 | 115 | 232 | 51 | 20 |
| Binary | 11000 | 111010 | 101011 | 111011 | 0 | 11010 | 1001101 | 10011010 | 101001 | 10000 |
Color Harmonies of #183A2B
Complementary color
Monochromatic Colors of #183A2B
Black with #183A2B
Text Example
Text Example
White with #183A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183A2B; }
p { color: rgb(24,58,43); }
H1.HeaderClassName
{
color: #183A2B;
}
.AnyTagClassName
{
color: #183A2B;
}
</style>
background-color css
<style>
a { background-color: #183A2B; }
a { background-color: rgb(24,58,43); }
div.DivClassName
{
background-color: #183A2B;
}
.BgClassName
{
background-color: #183A2B;
}
</style>
border-color css
<style>
span { border-color: #183A2B; }
span { border-color: rgb(24,58,43); }
td.TdClassName
{
border-color: #183A2B;
}
.TagClassName
{
border-color: #183A2B;
}
</style>