Shades of Gordons Green #23402A
Tints of Gordons Green #23402A
RGB
CMYK
RGB Variations
Color information
#23402A (or 0x23402A) is known color: Gordons Green. HEX triplet: 23, 40 and 2A. RGB value is (35,64,42). Sum of RGB (Red+Green+Blue) = 35+64+42=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #23402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23402A is #DCBFD5. Grayscale: #343434. Windows color (decimal): -14467030 or 2768931. OLE color: 2768931.
HSL color Cylindrical-coordinate representation of color #23402A: hue angle of 134.48º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #23402A is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 64 | 42 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.75 |
| HSL | 134.48º | 0.29% | 0.19% | - |
| HSV(B) | 134.48º | 0.45% | 0.25% | - |
| XYZ | 2.94 | 4.19 | 2.84 | - |
| YUV | 52.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 42 | 0.45 | 0 | 0.34 | 0.75 | 134.48 | 0.29 | 0.19 |
| Hex | 23 | 40 | 2A | 2D | 0 | 22 | 4B | 86 | 1D | 13 |
| Octal | 43 | 100 | 52 | 55 | 0 | 42 | 113 | 206 | 35 | 23 |
| Binary | 100011 | 1000000 | 101010 | 101101 | 0 | 100010 | 1001011 | 10000110 | 11101 | 10011 |
Color Harmonies of #23402A
Complementary color
Monochromatic Colors of #23402A
Black with #23402A
Text Example
Text Example
White with #23402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23402A; }
p { color: rgb(35,64,42); }
H1.HeaderClassName
{
color: #23402A;
}
.AnyTagClassName
{
color: #23402A;
}
</style>
background-color css
<style>
a { background-color: #23402A; }
a { background-color: rgb(35,64,42); }
div.DivClassName
{
background-color: #23402A;
}
.BgClassName
{
background-color: #23402A;
}
</style>
border-color css
<style>
span { border-color: #23402A; }
span { border-color: rgb(35,64,42); }
td.TdClassName
{
border-color: #23402A;
}
.TagClassName
{
border-color: #23402A;
}
</style>