Shades of Cardin Green #232E29
Tints of Cardin Green #232E29
RGB
CMYK
RGB Variations
Color information
#232E29 (or 0x232E29) is known color: Cardin Green. HEX triplet: 23, 2E and 29. RGB value is (35,46,41). Sum of RGB (Red+Green+Blue) = 35+46+41=122 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.69% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 46 - color contains mainly: green. Hex color #232E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E29 is #DCD1D6. Grayscale: #2A2A2A. Windows color (decimal): -14471639 or 2698787. OLE color: 2698787.
HSL color Cylindrical-coordinate representation of color #232E29: hue angle of 152.73º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #232E29 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 46 | 41 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.82 |
| HSL | 152.73º | 0.14% | 0.16% | - |
| HSV(B) | 152.73º | 0.24% | 0.18% | - |
| XYZ | 2.07 | 2.47 | 2.47 | - |
| YUV | 42.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 41 | 0.24 | 0 | 0.11 | 0.82 | 152.73 | 0.14 | 0.16 |
| Hex | 23 | 2E | 29 | 18 | 0 | B | 52 | 99 | E | 10 |
| Octal | 43 | 56 | 51 | 30 | 0 | 13 | 122 | 231 | 16 | 20 |
| Binary | 100011 | 101110 | 101001 | 11000 | 0 | 1011 | 1010010 | 10011001 | 1110 | 10000 |
Color Harmonies of #232E29
Complementary color
Monochromatic Colors of #232E29
Black with #232E29
Text Example
Text Example
White with #232E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E29; }
p { color: rgb(35,46,41); }
H1.HeaderClassName
{
color: #232E29;
}
.AnyTagClassName
{
color: #232E29;
}
</style>
background-color css
<style>
a { background-color: #232E29; }
a { background-color: rgb(35,46,41); }
div.DivClassName
{
background-color: #232E29;
}
.BgClassName
{
background-color: #232E29;
}
</style>
border-color css
<style>
span { border-color: #232E29; }
span { border-color: rgb(35,46,41); }
td.TdClassName
{
border-color: #232E29;
}
.TagClassName
{
border-color: #232E29;
}
</style>