Shades of Green Waterloo #262714
Tints of Green Waterloo #262714
RGB
CMYK
RGB Variations
Color information
#262714 (or 0x262714) is known color: Green Waterloo. HEX triplet: 26, 27 and 14. RGB value is (38,39,20). Sum of RGB (Red+Green+Blue) = 38+39+20=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 39 (15.62% from 255 or 40.21% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 39 - color contains mainly: green. Hex color #262714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262714 is #D9D8EB. Grayscale: #242424. Windows color (decimal): -14276844 or 1320742. OLE color: 1320742.
HSL color Cylindrical-coordinate representation of color #262714: hue angle of 63.16º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #262714 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 39 | 20 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.85 |
| HSL | 63.16º | 0.32% | 0.12% | - |
| HSV(B) | 63.16º | 0.49% | 0.15% | - |
| XYZ | 1.65 | 1.91 | 0.94 | - |
| YUV | 36.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 20 | 0.03 | 0 | 0.49 | 0.85 | 63.16 | 0.32 | 0.12 |
| Hex | 26 | 27 | 14 | 3 | 0 | 31 | 55 | 3F | 20 | C |
| Octal | 46 | 47 | 24 | 3 | 0 | 61 | 125 | 77 | 40 | 14 |
| Binary | 100110 | 100111 | 10100 | 11 | 0 | 110001 | 1010101 | 111111 | 100000 | 1100 |
Color Harmonies of #262714
Complementary color
Monochromatic Colors of #262714
Black with #262714
Text Example
Text Example
White with #262714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262714; }
p { color: rgb(38,39,20); }
H1.HeaderClassName
{
color: #262714;
}
.AnyTagClassName
{
color: #262714;
}
</style>
background-color css
<style>
a { background-color: #262714; }
a { background-color: rgb(38,39,20); }
div.DivClassName
{
background-color: #262714;
}
.BgClassName
{
background-color: #262714;
}
</style>
border-color css
<style>
span { border-color: #262714; }
span { border-color: rgb(38,39,20); }
td.TdClassName
{
border-color: #262714;
}
.TagClassName
{
border-color: #262714;
}
</style>