Shades of Cardin Green #13261C
Tints of Cardin Green #13261C
RGB
CMYK
RGB Variations
Color information
#13261C (or 0x13261C) is known color: Cardin Green. HEX triplet: 13, 26 and 1C. RGB value is (19,38,28). Sum of RGB (Red+Green+Blue) = 19+38+28=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 38 - color contains mainly: green. Hex color #13261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13261C is #ECD9E3. Grayscale: #1F1F1F. Windows color (decimal): -15522276 or 1844755. OLE color: 1844755.
HSL color Cylindrical-coordinate representation of color #13261C: hue angle of 148.42º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #13261C is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 38 | 28 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.85 |
| HSL | 148.42º | 0.33% | 0.11% | - |
| HSV(B) | 148.42º | 0.5% | 0.15% | - |
| XYZ | 1.17 | 1.61 | 1.35 | - |
| YUV | 31.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 28 | 0.50 | 0 | 0.26 | 0.85 | 148.42 | 0.33 | 0.11 |
| Hex | 13 | 26 | 1C | 32 | 0 | 1A | 55 | 94 | 21 | B |
| Octal | 23 | 46 | 34 | 62 | 0 | 32 | 125 | 224 | 41 | 13 |
| Binary | 10011 | 100110 | 11100 | 110010 | 0 | 11010 | 1010101 | 10010100 | 100001 | 1011 |
Color Harmonies of #13261C
Complementary color
Monochromatic Colors of #13261C
Black with #13261C
Text Example
Text Example
White with #13261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13261C; }
p { color: rgb(19,38,28); }
H1.HeaderClassName
{
color: #13261C;
}
.AnyTagClassName
{
color: #13261C;
}
</style>
background-color css
<style>
a { background-color: #13261C; }
a { background-color: rgb(19,38,28); }
div.DivClassName
{
background-color: #13261C;
}
.BgClassName
{
background-color: #13261C;
}
</style>
border-color css
<style>
span { border-color: #13261C; }
span { border-color: rgb(19,38,28); }
td.TdClassName
{
border-color: #13261C;
}
.TagClassName
{
border-color: #13261C;
}
</style>