Shades of Gordons Green #233325
Tints of Gordons Green #233325
RGB
CMYK
RGB Variations
Color information
#233325 (or 0x233325) is known color: Gordons Green. HEX triplet: 23, 33 and 25. RGB value is (35,51,37). Sum of RGB (Red+Green+Blue) = 35+51+37=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 51 - color contains mainly: green. Hex color #233325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233325 is #DCCCDA. Grayscale: #2C2C2C. Windows color (decimal): -14470363 or 2437923. OLE color: 2437923.
HSL color Cylindrical-coordinate representation of color #233325: hue angle of 127.5º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #233325 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 35 | 51 | 37 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.8 |
| HSL | 127.5º | 0.19% | 0.17% | - |
| HSV(B) | 127.5º | 0.31% | 0.2% | - |
| XYZ | 2.21 | 2.86 | 2.19 | - |
| YUV | 44.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 37 | 0.31 | 0 | 0.27 | 0.8 | 127.5 | 0.19 | 0.17 |
| Hex | 23 | 33 | 25 | 1F | 0 | 1B | 50 | 80 | 13 | 11 |
| Octal | 43 | 63 | 45 | 37 | 0 | 33 | 120 | 200 | 23 | 21 |
| Binary | 100011 | 110011 | 100101 | 11111 | 0 | 11011 | 1010000 | 10000000 | 10011 | 10001 |
Color Harmonies of #233325
Complementary color
Monochromatic Colors of #233325
Black with #233325
Text Example
Text Example
White with #233325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233325; }
p { color: rgb(35,51,37); }
H1.HeaderClassName
{
color: #233325;
}
.AnyTagClassName
{
color: #233325;
}
</style>
background-color css
<style>
a { background-color: #233325; }
a { background-color: rgb(35,51,37); }
div.DivClassName
{
background-color: #233325;
}
.BgClassName
{
background-color: #233325;
}
</style>
border-color css
<style>
span { border-color: #233325; }
span { border-color: rgb(35,51,37); }
td.TdClassName
{
border-color: #233325;
}
.TagClassName
{
border-color: #233325;
}
</style>