Shades of Gordons Green #263F2C
Tints of Gordons Green #263F2C
RGB
CMYK
RGB Variations
Color information
#263F2C (or 0x263F2C) is known color: Gordons Green. HEX triplet: 26, 3F and 2C. RGB value is (38,63,44). Sum of RGB (Red+Green+Blue) = 38+63+44=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 63 - color contains mainly: green. Hex color #263F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F2C is #D9C0D3. Grayscale: #353535. Windows color (decimal): -14270676 or 2899750. OLE color: 2899750.
HSL color Cylindrical-coordinate representation of color #263F2C: hue angle of 134.4º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #263F2C is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 63 | 44 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.75 |
| HSL | 134.4º | 0.25% | 0.2% | - |
| HSV(B) | 134.4º | 0.4% | 0.25% | - |
| XYZ | 3.03 | 4.15 | 3.02 | - |
| YUV | 53.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 44 | 0.40 | 0 | 0.30 | 0.75 | 134.4 | 0.25 | 0.2 |
| Hex | 26 | 3F | 2C | 28 | 0 | 1E | 4B | 86 | 19 | 14 |
| Octal | 46 | 77 | 54 | 50 | 0 | 36 | 113 | 206 | 31 | 24 |
| Binary | 100110 | 111111 | 101100 | 101000 | 0 | 11110 | 1001011 | 10000110 | 11001 | 10100 |
Color Harmonies of #263F2C
Complementary color
Monochromatic Colors of #263F2C
Black with #263F2C
Text Example
Text Example
White with #263F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F2C; }
p { color: rgb(38,63,44); }
H1.HeaderClassName
{
color: #263F2C;
}
.AnyTagClassName
{
color: #263F2C;
}
</style>
background-color css
<style>
a { background-color: #263F2C; }
a { background-color: rgb(38,63,44); }
div.DivClassName
{
background-color: #263F2C;
}
.BgClassName
{
background-color: #263F2C;
}
</style>
border-color css
<style>
span { border-color: #263F2C; }
span { border-color: rgb(38,63,44); }
td.TdClassName
{
border-color: #263F2C;
}
.TagClassName
{
border-color: #263F2C;
}
</style>