Shades of Cardin Green #1B2E24
Tints of Cardin Green #1B2E24
RGB
CMYK
RGB Variations
Color information
#1B2E24 (or 0x1B2E24) is known color: Cardin Green. HEX triplet: 1B, 2E and 24. RGB value is (27,46,36). Sum of RGB (Red+Green+Blue) = 27+46+36=109 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.77% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 46 - color contains mainly: green. Hex color #1B2E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2E24 is #E4D1DB. Grayscale: #272727. Windows color (decimal): -14995932 or 2371099. OLE color: 2371099.
HSL color Cylindrical-coordinate representation of color #1B2E24: hue angle of 148.42º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1B2E24 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 46 | 36 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.82 |
| HSL | 148.42º | 0.26% | 0.14% | - |
| HSV(B) | 148.42º | 0.41% | 0.18% | - |
| XYZ | 1.75 | 2.31 | 2.02 | - |
| YUV | 39.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 46 | 36 | 0.41 | 0 | 0.22 | 0.82 | 148.42 | 0.26 | 0.14 |
| Hex | 1B | 2E | 24 | 29 | 0 | 16 | 52 | 94 | 1A | E |
| Octal | 33 | 56 | 44 | 51 | 0 | 26 | 122 | 224 | 32 | 16 |
| Binary | 11011 | 101110 | 100100 | 101001 | 0 | 10110 | 1010010 | 10010100 | 11010 | 1110 |
Color Harmonies of #1B2E24
Complementary color
Monochromatic Colors of #1B2E24
Black with #1B2E24
Text Example
Text Example
White with #1B2E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2E24; }
p { color: rgb(27,46,36); }
H1.HeaderClassName
{
color: #1B2E24;
}
.AnyTagClassName
{
color: #1B2E24;
}
</style>
background-color css
<style>
a { background-color: #1B2E24; }
a { background-color: rgb(27,46,36); }
div.DivClassName
{
background-color: #1B2E24;
}
.BgClassName
{
background-color: #1B2E24;
}
</style>
border-color css
<style>
span { border-color: #1B2E24; }
span { border-color: rgb(27,46,36); }
td.TdClassName
{
border-color: #1B2E24;
}
.TagClassName
{
border-color: #1B2E24;
}
</style>