Shades of Cardin Green #1A3024
Tints of Cardin Green #1A3024
RGB
CMYK
RGB Variations
Color information
#1A3024 (or 0x1A3024) is known color: Cardin Green. HEX triplet: 1A, 30 and 24. RGB value is (26,48,36). Sum of RGB (Red+Green+Blue) = 26+48+36=110 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.64% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #1A3024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3024 is #E5CFDB. Grayscale: #282828. Windows color (decimal): -15060956 or 2371610. OLE color: 2371610.
HSL color Cylindrical-coordinate representation of color #1A3024: hue angle of 147.27º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1A3024 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 48 | 36 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.81 |
| HSL | 147.27º | 0.3% | 0.15% | - |
| HSV(B) | 147.27º | 0.46% | 0.19% | - |
| XYZ | 1.8 | 2.46 | 2.05 | - |
| YUV | 40.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 36 | 0.46 | 0 | 0.25 | 0.81 | 147.27 | 0.3 | 0.15 |
| Hex | 1A | 30 | 24 | 2E | 0 | 19 | 51 | 93 | 1E | F |
| Octal | 32 | 60 | 44 | 56 | 0 | 31 | 121 | 223 | 36 | 17 |
| Binary | 11010 | 110000 | 100100 | 101110 | 0 | 11001 | 1010001 | 10010011 | 11110 | 1111 |
Color Harmonies of #1A3024
Complementary color
Monochromatic Colors of #1A3024
Black with #1A3024
Text Example
Text Example
White with #1A3024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3024; }
p { color: rgb(26,48,36); }
H1.HeaderClassName
{
color: #1A3024;
}
.AnyTagClassName
{
color: #1A3024;
}
</style>
background-color css
<style>
a { background-color: #1A3024; }
a { background-color: rgb(26,48,36); }
div.DivClassName
{
background-color: #1A3024;
}
.BgClassName
{
background-color: #1A3024;
}
</style>
border-color css
<style>
span { border-color: #1A3024; }
span { border-color: rgb(26,48,36); }
td.TdClassName
{
border-color: #1A3024;
}
.TagClassName
{
border-color: #1A3024;
}
</style>