Shades of Cardin Green #1A3928
Tints of Cardin Green #1A3928
RGB
CMYK
RGB Variations
Color information
#1A3928 (or 0x1A3928) is known color: Cardin Green. HEX triplet: 1A, 39 and 28. RGB value is (26,57,40). Sum of RGB (Red+Green+Blue) = 26+57+40=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #1A3928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3928 is #E5C6D7. Grayscale: #2D2D2D. Windows color (decimal): -15058648 or 2636058. OLE color: 2636058.
HSL color Cylindrical-coordinate representation of color #1A3928: hue angle of 147.1º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A3928 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 57 | 40 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.78 |
| HSL | 147.1º | 0.37% | 0.16% | - |
| HSV(B) | 147.1º | 0.54% | 0.22% | - |
| XYZ | 2.27 | 3.3 | 2.52 | - |
| YUV | 45.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 57 | 40 | 0.54 | 0 | 0.30 | 0.78 | 147.1 | 0.37 | 0.16 |
| Hex | 1A | 39 | 28 | 36 | 0 | 1E | 4E | 93 | 25 | 10 |
| Octal | 32 | 71 | 50 | 66 | 0 | 36 | 116 | 223 | 45 | 20 |
| Binary | 11010 | 111001 | 101000 | 110110 | 0 | 11110 | 1001110 | 10010011 | 100101 | 10000 |
Color Harmonies of #1A3928
Complementary color
Monochromatic Colors of #1A3928
Black with #1A3928
Text Example
Text Example
White with #1A3928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3928; }
p { color: rgb(26,57,40); }
H1.HeaderClassName
{
color: #1A3928;
}
.AnyTagClassName
{
color: #1A3928;
}
</style>
background-color css
<style>
a { background-color: #1A3928; }
a { background-color: rgb(26,57,40); }
div.DivClassName
{
background-color: #1A3928;
}
.BgClassName
{
background-color: #1A3928;
}
</style>
border-color css
<style>
span { border-color: #1A3928; }
span { border-color: rgb(26,57,40); }
td.TdClassName
{
border-color: #1A3928;
}
.TagClassName
{
border-color: #1A3928;
}
</style>