Shades of Cardin Green #183023
Tints of Cardin Green #183023
RGB
CMYK
RGB Variations
Color information
#183023 (or 0x183023) is known color: Cardin Green. HEX triplet: 18, 30 and 23. RGB value is (24,48,35). Sum of RGB (Red+Green+Blue) = 24+48+35=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #183023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183023 is #E7CFDC. Grayscale: #272727. Windows color (decimal): -15192029 or 2306072. OLE color: 2306072.
HSL color Cylindrical-coordinate representation of color #183023: hue angle of 147.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #183023 is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 48 | 35 | - |
| CMYK | 0.5 | 0 | 0.27 | 0.81 |
| HSL | 147.5º | 0.33% | 0.14% | - |
| HSV(B) | 147.5º | 0.5% | 0.19% | - |
| XYZ | 1.74 | 2.43 | 1.97 | - |
| YUV | 39.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 35 | 0.5 | 0 | 0.27 | 0.81 | 147.5 | 0.33 | 0.14 |
| Hex | 18 | 30 | 23 | 32 | 0 | 1B | 51 | 94 | 21 | E |
| Octal | 30 | 60 | 43 | 62 | 0 | 33 | 121 | 224 | 41 | 16 |
| Binary | 11000 | 110000 | 100011 | 110010 | 0 | 11011 | 1010001 | 10010100 | 100001 | 1110 |
Color Harmonies of #183023
Complementary color
Monochromatic Colors of #183023
Black with #183023
Text Example
Text Example
White with #183023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183023; }
p { color: rgb(24,48,35); }
H1.HeaderClassName
{
color: #183023;
}
.AnyTagClassName
{
color: #183023;
}
</style>
background-color css
<style>
a { background-color: #183023; }
a { background-color: rgb(24,48,35); }
div.DivClassName
{
background-color: #183023;
}
.BgClassName
{
background-color: #183023;
}
</style>
border-color css
<style>
span { border-color: #183023; }
span { border-color: rgb(24,48,35); }
td.TdClassName
{
border-color: #183023;
}
.TagClassName
{
border-color: #183023;
}
</style>