Shades of Cardin Green #153A28
Tints of Cardin Green #153A28
RGB
CMYK
RGB Variations
Color information
#153A28 (or 0x153A28) is known color: Cardin Green. HEX triplet: 15, 3A and 28. RGB value is (21,58,40). Sum of RGB (Red+Green+Blue) = 21+58+40=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 58 (23.05% from 255 or 48.74% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 58 - color contains mainly: green. Hex color #153A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A28 is #EAC5D7. Grayscale: #2C2C2C. Windows color (decimal): -15386072 or 2636309. OLE color: 2636309.
HSL color Cylindrical-coordinate representation of color #153A28: hue angle of 150.81º 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 #153A28 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 58 | 40 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.77 |
| HSL | 150.81º | 0.47% | 0.15% | - |
| HSV(B) | 150.81º | 0.64% | 0.23% | - |
| XYZ | 2.21 | 3.34 | 2.54 | - |
| YUV | 44.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 40 | 0.64 | 0 | 0.31 | 0.77 | 150.81 | 0.47 | 0.15 |
| Hex | 15 | 3A | 28 | 40 | 0 | 1F | 4D | 97 | 2F | F |
| Octal | 25 | 72 | 50 | 100 | 0 | 37 | 115 | 227 | 57 | 17 |
| Binary | 10101 | 111010 | 101000 | 1000000 | 0 | 11111 | 1001101 | 10010111 | 101111 | 1111 |
Color Harmonies of #153A28
Complementary color
Monochromatic Colors of #153A28
Black with #153A28
Text Example
Text Example
White with #153A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A28; }
p { color: rgb(21,58,40); }
H1.HeaderClassName
{
color: #153A28;
}
.AnyTagClassName
{
color: #153A28;
}
</style>
background-color css
<style>
a { background-color: #153A28; }
a { background-color: rgb(21,58,40); }
div.DivClassName
{
background-color: #153A28;
}
.BgClassName
{
background-color: #153A28;
}
</style>
border-color css
<style>
span { border-color: #153A28; }
span { border-color: rgb(21,58,40); }
td.TdClassName
{
border-color: #153A28;
}
.TagClassName
{
border-color: #153A28;
}
</style>