Shades of Gordons Green #263C2A
Tints of Gordons Green #263C2A
RGB
CMYK
RGB Variations
Color information
#263C2A (or 0x263C2A) is known color: Gordons Green. HEX triplet: 26, 3C and 2A. RGB value is (38,60,42). Sum of RGB (Red+Green+Blue) = 38+60+42=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 60 - color contains mainly: green. Hex color #263C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263C2A is #D9C3D5. Grayscale: #333333. Windows color (decimal): -14271446 or 2767910. OLE color: 2767910.
HSL color Cylindrical-coordinate representation of color #263C2A: hue angle of 130.91º 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 #263C2A is Cyan = 0.37, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 60 | 42 | - |
| CMYK | 0.37 | 0 | 0.3 | 0.76 |
| HSL | 130.91º | 0.22% | 0.19% | - |
| HSV(B) | 130.91º | 0.37% | 0.24% | - |
| XYZ | 2.83 | 3.81 | 2.78 | - |
| YUV | 51.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 42 | 0.37 | 0 | 0.3 | 0.76 | 130.91 | 0.22 | 0.19 |
| Hex | 26 | 3C | 2A | 25 | 0 | 1E | 4C | 83 | 16 | 13 |
| Octal | 46 | 74 | 52 | 45 | 0 | 36 | 114 | 203 | 26 | 23 |
| Binary | 100110 | 111100 | 101010 | 100101 | 0 | 11110 | 1001100 | 10000011 | 10110 | 10011 |
Color Harmonies of #263C2A
Complementary color
Monochromatic Colors of #263C2A
Black with #263C2A
Text Example
Text Example
White with #263C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C2A; }
p { color: rgb(38,60,42); }
H1.HeaderClassName
{
color: #263C2A;
}
.AnyTagClassName
{
color: #263C2A;
}
</style>
background-color css
<style>
a { background-color: #263C2A; }
a { background-color: rgb(38,60,42); }
div.DivClassName
{
background-color: #263C2A;
}
.BgClassName
{
background-color: #263C2A;
}
</style>
border-color css
<style>
span { border-color: #263C2A; }
span { border-color: rgb(38,60,42); }
td.TdClassName
{
border-color: #263C2A;
}
.TagClassName
{
border-color: #263C2A;
}
</style>