Shades of Gordons Green #263E2B
Tints of Gordons Green #263E2B
RGB
CMYK
RGB Variations
Color information
#263E2B (or 0x263E2B) is known color: Gordons Green. HEX triplet: 26, 3E and 2B. RGB value is (38,62,43). Sum of RGB (Red+Green+Blue) = 38+62+43=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 62 - color contains mainly: green. Hex color #263E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263E2B is #D9C1D4. Grayscale: #343434. Windows color (decimal): -14270933 or 2833958. OLE color: 2833958.
HSL color Cylindrical-coordinate representation of color #263E2B: hue angle of 132.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #263E2B is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
RGB | 38 | 62 | 43 | - |
CMYK | 0.39 | 0 | 0.31 | 0.76 |
HSL | 132.5º | 0.24% | 0.2% | - |
HSV(B) | 132.5º | 0.39% | 0.24% | - |
XYZ | 2.96 | 4.03 | 2.91 | - |
YUV | 52.66 | 122.55 | 117.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 38 | 62 | 43 | 0.39 | 0 | 0.31 | 0.76 | 132.5 | 0.24 | 0.2 |
Hex | 26 | 3E | 2B | 27 | 0 | 1F | 4C | 84 | 18 | 14 |
Octal | 46 | 76 | 53 | 47 | 0 | 37 | 114 | 204 | 30 | 24 |
Binary | 100110 | 111110 | 101011 | 100111 | 0 | 11111 | 1001100 | 10000100 | 11000 | 10100 |
Color Harmonies of #263E2B
Complementary color
Monochromatic Colors of #263E2B
Black with #263E2B
Text Example
Text Example
White with #263E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E2B; }
p { color: rgb(38,62,43); }
H1.HeaderClassName
{
color: #263E2B;
}
.AnyTagClassName
{
color: #263E2B;
}
</style>
background-color css
<style>
a { background-color: #263E2B; }
a { background-color: rgb(38,62,43); }
div.DivClassName
{
background-color: #263E2B;
}
.BgClassName
{
background-color: #263E2B;
}
</style>
border-color css
<style>
span { border-color: #263E2B; }
span { border-color: rgb(38,62,43); }
td.TdClassName
{
border-color: #263E2B;
}
.TagClassName
{
border-color: #263E2B;
}
</style>