Shades of Cardin Green #1B342A
Tints of Cardin Green #1B342A
RGB
CMYK
RGB Variations
Color information
#1B342A (or 0x1B342A) is known color: Cardin Green. HEX triplet: 1B, 34 and 2A. RGB value is (27,52,42). Sum of RGB (Red+Green+Blue) = 27+52+42=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #1B342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B342A is #E4CBD5. Grayscale: #2B2B2B. Windows color (decimal): -14994390 or 2765851. OLE color: 2765851.
HSL color Cylindrical-coordinate representation of color #1B342A: hue angle of 156º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B342A is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 52 | 42 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.80 |
| HSL | 156º | 0.32% | 0.15% | - |
| HSV(B) | 156º | 0.48% | 0.2% | - |
| XYZ | 2.1 | 2.86 | 2.63 | - |
| YUV | 43.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 52 | 42 | 0.48 | 0 | 0.19 | 0.80 | 156 | 0.32 | 0.15 |
| Hex | 1B | 34 | 2A | 30 | 0 | 13 | 50 | 9C | 20 | F |
| Octal | 33 | 64 | 52 | 60 | 0 | 23 | 120 | 234 | 40 | 17 |
| Binary | 11011 | 110100 | 101010 | 110000 | 0 | 10011 | 1010000 | 10011100 | 100000 | 1111 |
Color Harmonies of #1B342A
Complementary color
Monochromatic Colors of #1B342A
Black with #1B342A
Text Example
Text Example
White with #1B342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B342A; }
p { color: rgb(27,52,42); }
H1.HeaderClassName
{
color: #1B342A;
}
.AnyTagClassName
{
color: #1B342A;
}
</style>
background-color css
<style>
a { background-color: #1B342A; }
a { background-color: rgb(27,52,42); }
div.DivClassName
{
background-color: #1B342A;
}
.BgClassName
{
background-color: #1B342A;
}
</style>
border-color css
<style>
span { border-color: #1B342A; }
span { border-color: rgb(27,52,42); }
td.TdClassName
{
border-color: #1B342A;
}
.TagClassName
{
border-color: #1B342A;
}
</style>