Shades of Cardin Green #153B2B
Tints of Cardin Green #153B2B
RGB
CMYK
RGB Variations
Color information
#153B2B (or 0x153B2B) is known color: Cardin Green. HEX triplet: 15, 3B and 2B. RGB value is (21,59,43). Sum of RGB (Red+Green+Blue) = 21+59+43=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 59 - color contains mainly: green. Hex color #153B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B2B is #EAC4D4. Grayscale: #2D2D2D. Windows color (decimal): -15385813 or 2833173. OLE color: 2833173.
HSL color Cylindrical-coordinate representation of color #153B2B: hue angle of 154.74º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153B2B is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 59 | 43 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.77 |
| HSL | 154.74º | 0.48% | 0.16% | - |
| HSV(B) | 154.74º | 0.64% | 0.23% | - |
| XYZ | 2.31 | 3.46 | 2.83 | - |
| YUV | 45.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 43 | 0.64 | 0 | 0.27 | 0.77 | 154.74 | 0.48 | 0.16 |
| Hex | 15 | 3B | 2B | 40 | 0 | 1B | 4D | 9B | 30 | 10 |
| Octal | 25 | 73 | 53 | 100 | 0 | 33 | 115 | 233 | 60 | 20 |
| Binary | 10101 | 111011 | 101011 | 1000000 | 0 | 11011 | 1001101 | 10011011 | 110000 | 10000 |
Color Harmonies of #153B2B
Complementary color
Monochromatic Colors of #153B2B
Black with #153B2B
Text Example
Text Example
White with #153B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B2B; }
p { color: rgb(21,59,43); }
H1.HeaderClassName
{
color: #153B2B;
}
.AnyTagClassName
{
color: #153B2B;
}
</style>
background-color css
<style>
a { background-color: #153B2B; }
a { background-color: rgb(21,59,43); }
div.DivClassName
{
background-color: #153B2B;
}
.BgClassName
{
background-color: #153B2B;
}
</style>
border-color css
<style>
span { border-color: #153B2B; }
span { border-color: rgb(21,59,43); }
td.TdClassName
{
border-color: #153B2B;
}
.TagClassName
{
border-color: #153B2B;
}
</style>