Shades of Cardin Green #1B2E25
Tints of Cardin Green #1B2E25
RGB
CMYK
RGB Variations
Color information
#1B2E25 (or 0x1B2E25) is known color: Cardin Green. HEX triplet: 1B, 2E and 25. RGB value is (27,46,37). Sum of RGB (Red+Green+Blue) = 27+46+37=110 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.55% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 46 - color contains mainly: green. Hex color #1B2E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2E25 is #E4D1DA. Grayscale: #272727. Windows color (decimal): -14995931 or 2436635. OLE color: 2436635.
HSL color Cylindrical-coordinate representation of color #1B2E25: hue angle of 151.58º 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 #1B2E25 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 46 | 37 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.82 |
| HSL | 151.58º | 0.26% | 0.14% | - |
| HSV(B) | 151.58º | 0.41% | 0.18% | - |
| XYZ | 1.76 | 2.32 | 2.11 | - |
| YUV | 39.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 46 | 37 | 0.41 | 0 | 0.20 | 0.82 | 151.58 | 0.26 | 0.14 |
| Hex | 1B | 2E | 25 | 29 | 0 | 14 | 52 | 98 | 1A | E |
| Octal | 33 | 56 | 45 | 51 | 0 | 24 | 122 | 230 | 32 | 16 |
| Binary | 11011 | 101110 | 100101 | 101001 | 0 | 10100 | 1010010 | 10011000 | 11010 | 1110 |
Color Harmonies of #1B2E25
Complementary color
Monochromatic Colors of #1B2E25
Black with #1B2E25
Text Example
Text Example
White with #1B2E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2E25; }
p { color: rgb(27,46,37); }
H1.HeaderClassName
{
color: #1B2E25;
}
.AnyTagClassName
{
color: #1B2E25;
}
</style>
background-color css
<style>
a { background-color: #1B2E25; }
a { background-color: rgb(27,46,37); }
div.DivClassName
{
background-color: #1B2E25;
}
.BgClassName
{
background-color: #1B2E25;
}
</style>
border-color css
<style>
span { border-color: #1B2E25; }
span { border-color: rgb(27,46,37); }
td.TdClassName
{
border-color: #1B2E25;
}
.TagClassName
{
border-color: #1B2E25;
}
</style>