Shades of Gordons Green #234228
Tints of Gordons Green #234228
RGB
CMYK
RGB Variations
Color information
#234228 (or 0x234228) is known color: Gordons Green. HEX triplet: 23, 42 and 28. RGB value is (35,66,40). Sum of RGB (Red+Green+Blue) = 35+66+40=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #234228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234228 is #DCBDD7. Grayscale: #353535. Windows color (decimal): -14466520 or 2638371. OLE color: 2638371.
HSL color Cylindrical-coordinate representation of color #234228: hue angle of 129.68º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #234228 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 66 | 40 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.74 |
| HSL | 129.68º | 0.31% | 0.2% | - |
| HSV(B) | 129.68º | 0.47% | 0.26% | - |
| XYZ | 3.02 | 4.41 | 2.7 | - |
| YUV | 53.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 40 | 0.47 | 0 | 0.39 | 0.74 | 129.68 | 0.31 | 0.2 |
| Hex | 23 | 42 | 28 | 2F | 0 | 27 | 4A | 82 | 1F | 14 |
| Octal | 43 | 102 | 50 | 57 | 0 | 47 | 112 | 202 | 37 | 24 |
| Binary | 100011 | 1000010 | 101000 | 101111 | 0 | 100111 | 1001010 | 10000010 | 11111 | 10100 |
Color Harmonies of #234228
Complementary color
Monochromatic Colors of #234228
Black with #234228
Text Example
Text Example
White with #234228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234228; }
p { color: rgb(35,66,40); }
H1.HeaderClassName
{
color: #234228;
}
.AnyTagClassName
{
color: #234228;
}
</style>
background-color css
<style>
a { background-color: #234228; }
a { background-color: rgb(35,66,40); }
div.DivClassName
{
background-color: #234228;
}
.BgClassName
{
background-color: #234228;
}
</style>
border-color css
<style>
span { border-color: #234228; }
span { border-color: rgb(35,66,40); }
td.TdClassName
{
border-color: #234228;
}
.TagClassName
{
border-color: #234228;
}
</style>