Shades of Gordons Green #234128
Tints of Gordons Green #234128
RGB
CMYK
RGB Variations
Color information
#234128 (or 0x234128) is known color: Gordons Green. HEX triplet: 23, 41 and 28. RGB value is (35,65,40). Sum of RGB (Red+Green+Blue) = 35+65+40=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #234128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234128 is #DCBED7. Grayscale: #353535. Windows color (decimal): -14466776 or 2638115. OLE color: 2638115.
HSL color Cylindrical-coordinate representation of color #234128: hue angle of 130º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #234128 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 65 | 40 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.75 |
| HSL | 130º | 0.3% | 0.2% | - |
| HSV(B) | 130º | 0.46% | 0.25% | - |
| XYZ | 2.97 | 4.29 | 2.68 | - |
| YUV | 53.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 40 | 0.46 | 0 | 0.38 | 0.75 | 130 | 0.3 | 0.2 |
| Hex | 23 | 41 | 28 | 2E | 0 | 26 | 4B | 82 | 1E | 14 |
| Octal | 43 | 101 | 50 | 56 | 0 | 46 | 113 | 202 | 36 | 24 |
| Binary | 100011 | 1000001 | 101000 | 101110 | 0 | 100110 | 1001011 | 10000010 | 11110 | 10100 |
Color Harmonies of #234128
Complementary color
Monochromatic Colors of #234128
Black with #234128
Text Example
Text Example
White with #234128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234128; }
p { color: rgb(35,65,40); }
H1.HeaderClassName
{
color: #234128;
}
.AnyTagClassName
{
color: #234128;
}
</style>
background-color css
<style>
a { background-color: #234128; }
a { background-color: rgb(35,65,40); }
div.DivClassName
{
background-color: #234128;
}
.BgClassName
{
background-color: #234128;
}
</style>
border-color css
<style>
span { border-color: #234128; }
span { border-color: rgb(35,65,40); }
td.TdClassName
{
border-color: #234128;
}
.TagClassName
{
border-color: #234128;
}
</style>