Shades of Cardin Green #132E23
Tints of Cardin Green #132E23
RGB
CMYK
RGB Variations
Color information
#132E23 (or 0x132E23) is known color: Cardin Green. HEX triplet: 13, 2E and 23. RGB value is (19,46,35). Sum of RGB (Red+Green+Blue) = 19+46+35=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 46 - color contains mainly: green. Hex color #132E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E23 is #ECD1DC. Grayscale: #242424. Windows color (decimal): -15520221 or 2305555. OLE color: 2305555.
HSL color Cylindrical-coordinate representation of color #132E23: hue angle of 155.56º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #132E23 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 46 | 35 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.82 |
| HSL | 155.56º | 0.42% | 0.13% | - |
| HSV(B) | 155.56º | 0.59% | 0.18% | - |
| XYZ | 1.55 | 2.21 | 1.94 | - |
| YUV | 36.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 35 | 0.59 | 0 | 0.24 | 0.82 | 155.56 | 0.42 | 0.13 |
| Hex | 13 | 2E | 23 | 3B | 0 | 18 | 52 | 9C | 2A | D |
| Octal | 23 | 56 | 43 | 73 | 0 | 30 | 122 | 234 | 52 | 15 |
| Binary | 10011 | 101110 | 100011 | 111011 | 0 | 11000 | 1010010 | 10011100 | 101010 | 1101 |
Color Harmonies of #132E23
Complementary color
Monochromatic Colors of #132E23
Black with #132E23
Text Example
Text Example
White with #132E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E23; }
p { color: rgb(19,46,35); }
H1.HeaderClassName
{
color: #132E23;
}
.AnyTagClassName
{
color: #132E23;
}
</style>
background-color css
<style>
a { background-color: #132E23; }
a { background-color: rgb(19,46,35); }
div.DivClassName
{
background-color: #132E23;
}
.BgClassName
{
background-color: #132E23;
}
</style>
border-color css
<style>
span { border-color: #132E23; }
span { border-color: rgb(19,46,35); }
td.TdClassName
{
border-color: #132E23;
}
.TagClassName
{
border-color: #132E23;
}
</style>