Shades of Cardin Green #153A2A
Tints of Cardin Green #153A2A
RGB
CMYK
RGB Variations
Color information
#153A2A (or 0x153A2A) is known color: Cardin Green. HEX triplet: 15, 3A and 2A. RGB value is (21,58,42). Sum of RGB (Red+Green+Blue) = 21+58+42=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #153A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A2A is #EAC5D5. Grayscale: #2D2D2D. Windows color (decimal): -15386070 or 2767381. OLE color: 2767381.
HSL color Cylindrical-coordinate representation of color #153A2A: hue angle of 154.05º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153A2A is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 58 | 42 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.77 |
| HSL | 154.05º | 0.47% | 0.15% | - |
| HSV(B) | 154.05º | 0.64% | 0.23% | - |
| XYZ | 2.24 | 3.35 | 2.72 | - |
| YUV | 45.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 42 | 0.64 | 0 | 0.28 | 0.77 | 154.05 | 0.47 | 0.15 |
| Hex | 15 | 3A | 2A | 40 | 0 | 1C | 4D | 9A | 2F | F |
| Octal | 25 | 72 | 52 | 100 | 0 | 34 | 115 | 232 | 57 | 17 |
| Binary | 10101 | 111010 | 101010 | 1000000 | 0 | 11100 | 1001101 | 10011010 | 101111 | 1111 |
Color Harmonies of #153A2A
Complementary color
Monochromatic Colors of #153A2A
Black with #153A2A
Text Example
Text Example
White with #153A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A2A; }
p { color: rgb(21,58,42); }
H1.HeaderClassName
{
color: #153A2A;
}
.AnyTagClassName
{
color: #153A2A;
}
</style>
background-color css
<style>
a { background-color: #153A2A; }
a { background-color: rgb(21,58,42); }
div.DivClassName
{
background-color: #153A2A;
}
.BgClassName
{
background-color: #153A2A;
}
</style>
border-color css
<style>
span { border-color: #153A2A; }
span { border-color: rgb(21,58,42); }
td.TdClassName
{
border-color: #153A2A;
}
.TagClassName
{
border-color: #153A2A;
}
</style>