Shades of Gordons Green #263F2B
Tints of Gordons Green #263F2B
RGB
CMYK
RGB Variations
Color information
#263F2B (or 0x263F2B) is known color: Gordons Green. HEX triplet: 26, 3F and 2B. RGB value is (38,63,43). Sum of RGB (Red+Green+Blue) = 38+63+43=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #263F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F2B is #D9C0D4. Grayscale: #353535. Windows color (decimal): -14270677 or 2834214. OLE color: 2834214.
HSL color Cylindrical-coordinate representation of color #263F2B: hue angle of 132º 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 #263F2B is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 63 | 43 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.75 |
| HSL | 132º | 0.25% | 0.2% | - |
| HSV(B) | 132º | 0.4% | 0.25% | - |
| XYZ | 3.01 | 4.14 | 2.93 | - |
| YUV | 53.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 43 | 0.40 | 0 | 0.32 | 0.75 | 132 | 0.25 | 0.2 |
| Hex | 26 | 3F | 2B | 28 | 0 | 20 | 4B | 84 | 19 | 14 |
| Octal | 46 | 77 | 53 | 50 | 0 | 40 | 113 | 204 | 31 | 24 |
| Binary | 100110 | 111111 | 101011 | 101000 | 0 | 100000 | 1001011 | 10000100 | 11001 | 10100 |
Color Harmonies of #263F2B
Complementary color
Monochromatic Colors of #263F2B
Black with #263F2B
Text Example
Text Example
White with #263F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F2B; }
p { color: rgb(38,63,43); }
H1.HeaderClassName
{
color: #263F2B;
}
.AnyTagClassName
{
color: #263F2B;
}
</style>
background-color css
<style>
a { background-color: #263F2B; }
a { background-color: rgb(38,63,43); }
div.DivClassName
{
background-color: #263F2B;
}
.BgClassName
{
background-color: #263F2B;
}
</style>
border-color css
<style>
span { border-color: #263F2B; }
span { border-color: rgb(38,63,43); }
td.TdClassName
{
border-color: #263F2B;
}
.TagClassName
{
border-color: #263F2B;
}
</style>