Shades of Cardin Green #1F2A25
Tints of Cardin Green #1F2A25
RGB
CMYK
RGB Variations
Color information
#1F2A25 (or 0x1F2A25) is known color: Cardin Green. HEX triplet: 1F, 2A and 25. RGB value is (31,42,37). Sum of RGB (Red+Green+Blue) = 31+42+37=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 42 - color contains mainly: green. Hex color #1F2A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2A25 is #E0D5DA. Grayscale: #262626. Windows color (decimal): -14734811 or 2435615. OLE color: 2435615.
HSL color Cylindrical-coordinate representation of color #1F2A25: hue angle of 152.73º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1F2A25 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 42 | 37 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.84 |
| HSL | 152.73º | 0.15% | 0.14% | - |
| HSV(B) | 152.73º | 0.26% | 0.16% | - |
| XYZ | 1.73 | 2.08 | 2.06 | - |
| YUV | 38.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 42 | 37 | 0.26 | 0 | 0.12 | 0.84 | 152.73 | 0.15 | 0.14 |
| Hex | 1F | 2A | 25 | 1A | 0 | C | 54 | 99 | F | E |
| Octal | 37 | 52 | 45 | 32 | 0 | 14 | 124 | 231 | 17 | 16 |
| Binary | 11111 | 101010 | 100101 | 11010 | 0 | 1100 | 1010100 | 10011001 | 1111 | 1110 |
Color Harmonies of #1F2A25
Complementary color
Monochromatic Colors of #1F2A25
Black with #1F2A25
Text Example
Text Example
White with #1F2A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2A25; }
p { color: rgb(31,42,37); }
H1.HeaderClassName
{
color: #1F2A25;
}
.AnyTagClassName
{
color: #1F2A25;
}
</style>
background-color css
<style>
a { background-color: #1F2A25; }
a { background-color: rgb(31,42,37); }
div.DivClassName
{
background-color: #1F2A25;
}
.BgClassName
{
background-color: #1F2A25;
}
</style>
border-color css
<style>
span { border-color: #1F2A25; }
span { border-color: rgb(31,42,37); }
td.TdClassName
{
border-color: #1F2A25;
}
.TagClassName
{
border-color: #1F2A25;
}
</style>