Shades of Cardin Green #232A27
Tints of Cardin Green #232A27
RGB
CMYK
RGB Variations
Color information
#232A27 (or 0x232A27) is known color: Cardin Green. HEX triplet: 23, 2A and 27. RGB value is (35,42,39). Sum of RGB (Red+Green+Blue) = 35+42+39=116 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.17% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 42 - color contains mainly: green. Hex color #232A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A27 is #DCD5D8. Grayscale: #272727. Windows color (decimal): -14472665 or 2566691. OLE color: 2566691.
HSL color Cylindrical-coordinate representation of color #232A27: hue angle of 154.29º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #232A27 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 42 | 39 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.84 |
| HSL | 154.29º | 0.09% | 0.15% | - |
| HSV(B) | 154.29º | 0.17% | 0.16% | - |
| XYZ | 1.89 | 2.16 | 2.24 | - |
| YUV | 39.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 39 | 0.17 | 0 | 0.07 | 0.84 | 154.29 | 0.09 | 0.15 |
| Hex | 23 | 2A | 27 | 11 | 0 | 7 | 54 | 9A | 9 | F |
| Octal | 43 | 52 | 47 | 21 | 0 | 7 | 124 | 232 | 11 | 17 |
| Binary | 100011 | 101010 | 100111 | 10001 | 0 | 111 | 1010100 | 10011010 | 1001 | 1111 |
Color Harmonies of #232A27
Complementary color
Monochromatic Colors of #232A27
Black with #232A27
Text Example
Text Example
White with #232A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A27; }
p { color: rgb(35,42,39); }
H1.HeaderClassName
{
color: #232A27;
}
.AnyTagClassName
{
color: #232A27;
}
</style>
background-color css
<style>
a { background-color: #232A27; }
a { background-color: rgb(35,42,39); }
div.DivClassName
{
background-color: #232A27;
}
.BgClassName
{
background-color: #232A27;
}
</style>
border-color css
<style>
span { border-color: #232A27; }
span { border-color: rgb(35,42,39); }
td.TdClassName
{
border-color: #232A27;
}
.TagClassName
{
border-color: #232A27;
}
</style>