Shades of Green Waterloo #262912
Tints of Green Waterloo #262912
RGB
CMYK
RGB Variations
Color information
#262912 (or 0x262912) is known color: Green Waterloo. HEX triplet: 26, 29 and 12. RGB value is (38,41,18). Sum of RGB (Red+Green+Blue) = 38+41+18=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #262912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262912 is #D9D6ED. Grayscale: #252525. Windows color (decimal): -14276334 or 1190182. OLE color: 1190182.
HSL color Cylindrical-coordinate representation of color #262912: hue angle of 67.83º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #262912 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.
Color convert
RGB | 38 | 41 | 18 | - |
CMYK | 0.07 | 0 | 0.56 | 0.84 |
HSL | 67.83º | 0.39% | 0.12% | - |
HSV(B) | 67.83º | 0.56% | 0.16% | - |
XYZ | 1.7 | 2.04 | 0.88 | - |
YUV | 37.48 | 117.01 | 128.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 38 | 41 | 18 | 0.07 | 0 | 0.56 | 0.84 | 67.83 | 0.39 | 0.12 |
Hex | 26 | 29 | 12 | 7 | 0 | 38 | 54 | 44 | 27 | C |
Octal | 46 | 51 | 22 | 7 | 0 | 70 | 124 | 104 | 47 | 14 |
Binary | 100110 | 101001 | 10010 | 111 | 0 | 111000 | 1010100 | 1000100 | 100111 | 1100 |
Color Harmonies of #262912
Complementary color
Monochromatic Colors of #262912
Black with #262912
Text Example
Text Example
White with #262912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262912; }
p { color: rgb(38,41,18); }
H1.HeaderClassName
{
color: #262912;
}
.AnyTagClassName
{
color: #262912;
}
</style>
background-color css
<style>
a { background-color: #262912; }
a { background-color: rgb(38,41,18); }
div.DivClassName
{
background-color: #262912;
}
.BgClassName
{
background-color: #262912;
}
</style>
border-color css
<style>
span { border-color: #262912; }
span { border-color: rgb(38,41,18); }
td.TdClassName
{
border-color: #262912;
}
.TagClassName
{
border-color: #262912;
}
</style>