Shades of Cardin Green #202F28
Tints of Cardin Green #202F28
RGB
CMYK
RGB Variations
Color information
#202F28 (or 0x202F28) is known color: Cardin Green. HEX triplet: 20, 2F and 28. RGB value is (32,47,40). Sum of RGB (Red+Green+Blue) = 32+47+40=119 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.89% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 47 - color contains mainly: green. Hex color #202F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202F28 is #DFD0D7. Grayscale: #292929. Windows color (decimal): -14667992 or 2633504. OLE color: 2633504.
HSL color Cylindrical-coordinate representation of color #202F28: hue angle of 152º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #202F28 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 47 | 40 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.82 |
| HSL | 152º | 0.19% | 0.15% | - |
| HSV(B) | 152º | 0.32% | 0.18% | - |
| XYZ | 2 | 2.49 | 2.38 | - |
| YUV | 41.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 40 | 0.32 | 0 | 0.15 | 0.82 | 152 | 0.19 | 0.15 |
| Hex | 20 | 2F | 28 | 20 | 0 | F | 52 | 98 | 13 | F |
| Octal | 40 | 57 | 50 | 40 | 0 | 17 | 122 | 230 | 23 | 17 |
| Binary | 100000 | 101111 | 101000 | 100000 | 0 | 1111 | 1010010 | 10011000 | 10011 | 1111 |
Color Harmonies of #202F28
Complementary color
Monochromatic Colors of #202F28
Black with #202F28
Text Example
Text Example
White with #202F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F28; }
p { color: rgb(32,47,40); }
H1.HeaderClassName
{
color: #202F28;
}
.AnyTagClassName
{
color: #202F28;
}
</style>
background-color css
<style>
a { background-color: #202F28; }
a { background-color: rgb(32,47,40); }
div.DivClassName
{
background-color: #202F28;
}
.BgClassName
{
background-color: #202F28;
}
</style>
border-color css
<style>
span { border-color: #202F28; }
span { border-color: rgb(32,47,40); }
td.TdClassName
{
border-color: #202F28;
}
.TagClassName
{
border-color: #202F28;
}
</style>