Shades of Gordons Green #263C2C
Tints of Gordons Green #263C2C
RGB
CMYK
RGB Variations
Color information
#263C2C (or 0x263C2C) is known color: Gordons Green. HEX triplet: 26, 3C and 2C. RGB value is (38,60,44). Sum of RGB (Red+Green+Blue) = 38+60+44=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 60 - color contains mainly: green. Hex color #263C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263C2C is #D9C3D3. Grayscale: #333333. Windows color (decimal): -14271444 or 2898982. OLE color: 2898982.
HSL color Cylindrical-coordinate representation of color #263C2C: hue angle of 136.36º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #263C2C is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 60 | 44 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.76 |
| HSL | 136.36º | 0.22% | 0.19% | - |
| HSV(B) | 136.36º | 0.37% | 0.24% | - |
| XYZ | 2.87 | 3.83 | 2.97 | - |
| YUV | 51.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 44 | 0.37 | 0 | 0.27 | 0.76 | 136.36 | 0.22 | 0.19 |
| Hex | 26 | 3C | 2C | 25 | 0 | 1B | 4C | 88 | 16 | 13 |
| Octal | 46 | 74 | 54 | 45 | 0 | 33 | 114 | 210 | 26 | 23 |
| Binary | 100110 | 111100 | 101100 | 100101 | 0 | 11011 | 1001100 | 10001000 | 10110 | 10011 |
Color Harmonies of #263C2C
Complementary color
Monochromatic Colors of #263C2C
Black with #263C2C
Text Example
Text Example
White with #263C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C2C; }
p { color: rgb(38,60,44); }
H1.HeaderClassName
{
color: #263C2C;
}
.AnyTagClassName
{
color: #263C2C;
}
</style>
background-color css
<style>
a { background-color: #263C2C; }
a { background-color: rgb(38,60,44); }
div.DivClassName
{
background-color: #263C2C;
}
.BgClassName
{
background-color: #263C2C;
}
</style>
border-color css
<style>
span { border-color: #263C2C; }
span { border-color: rgb(38,60,44); }
td.TdClassName
{
border-color: #263C2C;
}
.TagClassName
{
border-color: #263C2C;
}
</style>