Shades of Cardin Green #1B2D25
Tints of Cardin Green #1B2D25
RGB
CMYK
RGB Variations
Color information
#1B2D25 (or 0x1B2D25) is known color: Cardin Green. HEX triplet: 1B, 2D and 25. RGB value is (27,45,37). Sum of RGB (Red+Green+Blue) = 27+45+37=109 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.77% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 45 - color contains mainly: green. Hex color #1B2D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2D25 is #E4D2DA. Grayscale: #262626. Windows color (decimal): -14996187 or 2436379. OLE color: 2436379.
HSL color Cylindrical-coordinate representation of color #1B2D25: hue angle of 153.33º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1B2D25 is Cyan = 0.4, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 45 | 37 | - |
| CMYK | 0.4 | 0 | 0.18 | 0.82 |
| HSL | 153.33º | 0.25% | 0.14% | - |
| HSV(B) | 153.33º | 0.4% | 0.18% | - |
| XYZ | 1.72 | 2.24 | 2.09 | - |
| YUV | 38.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 45 | 37 | 0.4 | 0 | 0.18 | 0.82 | 153.33 | 0.25 | 0.14 |
| Hex | 1B | 2D | 25 | 28 | 0 | 12 | 52 | 99 | 19 | E |
| Octal | 33 | 55 | 45 | 50 | 0 | 22 | 122 | 231 | 31 | 16 |
| Binary | 11011 | 101101 | 100101 | 101000 | 0 | 10010 | 1010010 | 10011001 | 11001 | 1110 |
Color Harmonies of #1B2D25
Complementary color
Monochromatic Colors of #1B2D25
Black with #1B2D25
Text Example
Text Example
White with #1B2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2D25; }
p { color: rgb(27,45,37); }
H1.HeaderClassName
{
color: #1B2D25;
}
.AnyTagClassName
{
color: #1B2D25;
}
</style>
background-color css
<style>
a { background-color: #1B2D25; }
a { background-color: rgb(27,45,37); }
div.DivClassName
{
background-color: #1B2D25;
}
.BgClassName
{
background-color: #1B2D25;
}
</style>
border-color css
<style>
span { border-color: #1B2D25; }
span { border-color: rgb(27,45,37); }
td.TdClassName
{
border-color: #1B2D25;
}
.TagClassName
{
border-color: #1B2D25;
}
</style>