Shades of Cardin Green #133026
Tints of Cardin Green #133026
RGB
CMYK
RGB Variations
Color information
#133026 (or 0x133026) is known color: Cardin Green. HEX triplet: 13, 30 and 26. RGB value is (19,48,38). Sum of RGB (Red+Green+Blue) = 19+48+38=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #133026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133026 is #ECCFD9. Grayscale: #262626. Windows color (decimal): -15519706 or 2502675. OLE color: 2502675.
HSL color Cylindrical-coordinate representation of color #133026: hue angle of 159.31º 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 #133026 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.
Color convert
RGB | 19 | 48 | 38 | - |
CMYK | 0.60 | 0 | 0.21 | 0.81 |
HSL | 159.31º | 0.43% | 0.13% | - |
HSV(B) | 159.31º | 0.6% | 0.19% | - |
XYZ | 1.68 | 2.39 | 2.21 | - |
YUV | 38.19 | 127.89 | 114.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 48 | 38 | 0.60 | 0 | 0.21 | 0.81 | 159.31 | 0.43 | 0.13 |
Hex | 13 | 30 | 26 | 3C | 0 | 15 | 51 | 9F | 2B | D |
Octal | 23 | 60 | 46 | 74 | 0 | 25 | 121 | 237 | 53 | 15 |
Binary | 10011 | 110000 | 100110 | 111100 | 0 | 10101 | 1010001 | 10011111 | 101011 | 1101 |
Color Harmonies of #133026
Complementary color
Monochromatic Colors of #133026
Black with #133026
Text Example
Text Example
White with #133026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133026; }
p { color: rgb(19,48,38); }
H1.HeaderClassName
{
color: #133026;
}
.AnyTagClassName
{
color: #133026;
}
</style>
background-color css
<style>
a { background-color: #133026; }
a { background-color: rgb(19,48,38); }
div.DivClassName
{
background-color: #133026;
}
.BgClassName
{
background-color: #133026;
}
</style>
border-color css
<style>
span { border-color: #133026; }
span { border-color: rgb(19,48,38); }
td.TdClassName
{
border-color: #133026;
}
.TagClassName
{
border-color: #133026;
}
</style>