Shades of Gordons Green #263D2B
Tints of Gordons Green #263D2B
RGB
CMYK
RGB Variations
Color information
#263D2B (or 0x263D2B) is known color: Gordons Green. HEX triplet: 26, 3D and 2B. RGB value is (38,61,43). Sum of RGB (Red+Green+Blue) = 38+61+43=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 61 - color contains mainly: green. Hex color #263D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D2B is #D9C2D4. Grayscale: #343434. Windows color (decimal): -14271189 or 2833702. OLE color: 2833702.
HSL color Cylindrical-coordinate representation of color #263D2B: hue angle of 133.04º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #263D2B is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 61 | 43 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.76 |
| HSL | 133.04º | 0.23% | 0.19% | - |
| HSV(B) | 133.04º | 0.38% | 0.24% | - |
| XYZ | 2.9 | 3.92 | 2.89 | - |
| YUV | 52.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 43 | 0.38 | 0 | 0.30 | 0.76 | 133.04 | 0.23 | 0.19 |
| Hex | 26 | 3D | 2B | 26 | 0 | 1E | 4C | 85 | 17 | 13 |
| Octal | 46 | 75 | 53 | 46 | 0 | 36 | 114 | 205 | 27 | 23 |
| Binary | 100110 | 111101 | 101011 | 100110 | 0 | 11110 | 1001100 | 10000101 | 10111 | 10011 |
Color Harmonies of #263D2B
Complementary color
Monochromatic Colors of #263D2B
Black with #263D2B
Text Example
Text Example
White with #263D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D2B; }
p { color: rgb(38,61,43); }
H1.HeaderClassName
{
color: #263D2B;
}
.AnyTagClassName
{
color: #263D2B;
}
</style>
background-color css
<style>
a { background-color: #263D2B; }
a { background-color: rgb(38,61,43); }
div.DivClassName
{
background-color: #263D2B;
}
.BgClassName
{
background-color: #263D2B;
}
</style>
border-color css
<style>
span { border-color: #263D2B; }
span { border-color: rgb(38,61,43); }
td.TdClassName
{
border-color: #263D2B;
}
.TagClassName
{
border-color: #263D2B;
}
</style>