Shades of Cardin Green #1B2821
Tints of Cardin Green #1B2821
RGB
CMYK
RGB Variations
Color information
#1B2821 (or 0x1B2821) is known color: Cardin Green. HEX triplet: 1B, 28 and 21. RGB value is (27,40,33). Sum of RGB (Red+Green+Blue) = 27+40+33=100 (13% of max value = 765). Red value is 27 (10.94% from 255 or 27% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 40 - color contains mainly: green. Hex color #1B2821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2821 is #E4D7DE. Grayscale: #232323. Windows color (decimal): -14997471 or 2172955. OLE color: 2172955.
HSL color Cylindrical-coordinate representation of color #1B2821: hue angle of 147.69º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1B2821 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 40 | 33 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.84 |
| HSL | 147.69º | 0.19% | 0.13% | - |
| HSV(B) | 147.69º | 0.33% | 0.16% | - |
| XYZ | 1.49 | 1.86 | 1.72 | - |
| YUV | 35.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 40 | 33 | 0.33 | 0 | 0.17 | 0.84 | 147.69 | 0.19 | 0.13 |
| Hex | 1B | 28 | 21 | 21 | 0 | 11 | 54 | 94 | 13 | D |
| Octal | 33 | 50 | 41 | 41 | 0 | 21 | 124 | 224 | 23 | 15 |
| Binary | 11011 | 101000 | 100001 | 100001 | 0 | 10001 | 1010100 | 10010100 | 10011 | 1101 |
Color Harmonies of #1B2821
Complementary color
Monochromatic Colors of #1B2821
Black with #1B2821
Text Example
Text Example
White with #1B2821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2821; }
p { color: rgb(27,40,33); }
H1.HeaderClassName
{
color: #1B2821;
}
.AnyTagClassName
{
color: #1B2821;
}
</style>
background-color css
<style>
a { background-color: #1B2821; }
a { background-color: rgb(27,40,33); }
div.DivClassName
{
background-color: #1B2821;
}
.BgClassName
{
background-color: #1B2821;
}
</style>
border-color css
<style>
span { border-color: #1B2821; }
span { border-color: rgb(27,40,33); }
td.TdClassName
{
border-color: #1B2821;
}
.TagClassName
{
border-color: #1B2821;
}
</style>