Shades of Cardin Green #133023
Tints of Cardin Green #133023
RGB
CMYK
RGB Variations
Color information
#133023 (or 0x133023) is known color: Cardin Green. HEX triplet: 13, 30 and 23. RGB value is (19,48,35). Sum of RGB (Red+Green+Blue) = 19+48+35=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #133023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133023 is #ECCFDC. Grayscale: #252525. Windows color (decimal): -15519709 or 2306067. OLE color: 2306067.
HSL color Cylindrical-coordinate representation of color #133023: hue angle of 153.1º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #133023 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 48 | 35 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.81 |
| HSL | 153.1º | 0.43% | 0.13% | - |
| HSV(B) | 153.1º | 0.6% | 0.19% | - |
| XYZ | 1.63 | 2.37 | 1.96 | - |
| YUV | 37.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 35 | 0.60 | 0 | 0.27 | 0.81 | 153.1 | 0.43 | 0.13 |
| Hex | 13 | 30 | 23 | 3C | 0 | 1B | 51 | 99 | 2B | D |
| Octal | 23 | 60 | 43 | 74 | 0 | 33 | 121 | 231 | 53 | 15 |
| Binary | 10011 | 110000 | 100011 | 111100 | 0 | 11011 | 1010001 | 10011001 | 101011 | 1101 |
Color Harmonies of #133023
Complementary color
Monochromatic Colors of #133023
Black with #133023
Text Example
Text Example
White with #133023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133023; }
p { color: rgb(19,48,35); }
H1.HeaderClassName
{
color: #133023;
}
.AnyTagClassName
{
color: #133023;
}
</style>
background-color css
<style>
a { background-color: #133023; }
a { background-color: rgb(19,48,35); }
div.DivClassName
{
background-color: #133023;
}
.BgClassName
{
background-color: #133023;
}
</style>
border-color css
<style>
span { border-color: #133023; }
span { border-color: rgb(19,48,35); }
td.TdClassName
{
border-color: #133023;
}
.TagClassName
{
border-color: #133023;
}
</style>