Shades of Cardin Green #1B352A
Tints of Cardin Green #1B352A
RGB
CMYK
RGB Variations
Color information
#1B352A (or 0x1B352A) is known color: Cardin Green. HEX triplet: 1B, 35 and 2A. RGB value is (27,53,42). Sum of RGB (Red+Green+Blue) = 27+53+42=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #1B352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B352A is #E4CAD5. Grayscale: #2B2B2B. Windows color (decimal): -14994134 or 2766107. OLE color: 2766107.
HSL color Cylindrical-coordinate representation of color #1B352A: hue angle of 154.62º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1B352A is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 53 | 42 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.79 |
| HSL | 154.62º | 0.33% | 0.16% | - |
| HSV(B) | 154.62º | 0.49% | 0.21% | - |
| XYZ | 2.14 | 2.95 | 2.65 | - |
| YUV | 43.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 53 | 42 | 0.49 | 0 | 0.21 | 0.79 | 154.62 | 0.33 | 0.16 |
| Hex | 1B | 35 | 2A | 31 | 0 | 15 | 4F | 9B | 20 | 10 |
| Octal | 33 | 65 | 52 | 61 | 0 | 25 | 117 | 233 | 40 | 20 |
| Binary | 11011 | 110101 | 101010 | 110001 | 0 | 10101 | 1001111 | 10011011 | 100000 | 10000 |
Color Harmonies of #1B352A
Complementary color
Monochromatic Colors of #1B352A
Black with #1B352A
Text Example
Text Example
White with #1B352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B352A; }
p { color: rgb(27,53,42); }
H1.HeaderClassName
{
color: #1B352A;
}
.AnyTagClassName
{
color: #1B352A;
}
</style>
background-color css
<style>
a { background-color: #1B352A; }
a { background-color: rgb(27,53,42); }
div.DivClassName
{
background-color: #1B352A;
}
.BgClassName
{
background-color: #1B352A;
}
</style>
border-color css
<style>
span { border-color: #1B352A; }
span { border-color: rgb(27,53,42); }
td.TdClassName
{
border-color: #1B352A;
}
.TagClassName
{
border-color: #1B352A;
}
</style>