Shades of Cardin Green #1A3225
Tints of Cardin Green #1A3225
RGB
CMYK
RGB Variations
Color information
#1A3225 (or 0x1A3225) is known color: Cardin Green. HEX triplet: 1A, 32 and 25. RGB value is (26,50,37). Sum of RGB (Red+Green+Blue) = 26+50+37=113 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.01% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #1A3225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3225 is #E5CDDA. Grayscale: #292929. Windows color (decimal): -15060443 or 2437658. OLE color: 2437658.
HSL color Cylindrical-coordinate representation of color #1A3225: hue angle of 147.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1A3225 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 50 | 37 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.80 |
| HSL | 147.5º | 0.32% | 0.15% | - |
| HSV(B) | 147.5º | 0.48% | 0.2% | - |
| XYZ | 1.9 | 2.63 | 2.16 | - |
| YUV | 41.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 37 | 0.48 | 0 | 0.26 | 0.80 | 147.5 | 0.32 | 0.15 |
| Hex | 1A | 32 | 25 | 30 | 0 | 1A | 50 | 94 | 20 | F |
| Octal | 32 | 62 | 45 | 60 | 0 | 32 | 120 | 224 | 40 | 17 |
| Binary | 11010 | 110010 | 100101 | 110000 | 0 | 11010 | 1010000 | 10010100 | 100000 | 1111 |
Color Harmonies of #1A3225
Complementary color
Monochromatic Colors of #1A3225
Black with #1A3225
Text Example
Text Example
White with #1A3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3225; }
p { color: rgb(26,50,37); }
H1.HeaderClassName
{
color: #1A3225;
}
.AnyTagClassName
{
color: #1A3225;
}
</style>
background-color css
<style>
a { background-color: #1A3225; }
a { background-color: rgb(26,50,37); }
div.DivClassName
{
background-color: #1A3225;
}
.BgClassName
{
background-color: #1A3225;
}
</style>
border-color css
<style>
span { border-color: #1A3225; }
span { border-color: rgb(26,50,37); }
td.TdClassName
{
border-color: #1A3225;
}
.TagClassName
{
border-color: #1A3225;
}
</style>