Shades of Green Waterloo #22250F
Tints of Green Waterloo #22250F
RGB
CMYK
RGB Variations
Color information
#22250F (or 0x22250F) is known color: Green Waterloo. HEX triplet: 22, 25 and 0F. RGB value is (34,37,15). Sum of RGB (Red+Green+Blue) = 34+37+15=86 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.53% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #22250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22250F is #DDDAF0. Grayscale: #212121. Windows color (decimal): -14539505 or 992546. OLE color: 992546.
HSL color Cylindrical-coordinate representation of color #22250F: hue angle of 68.18º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #22250F is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 37 | 15 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.85 |
| HSL | 68.18º | 0.42% | 0.1% | - |
| HSV(B) | 68.18º | 0.59% | 0.15% | - |
| XYZ | 1.41 | 1.7 | 0.71 | - |
| YUV | 33.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 15 | 0.08 | 0 | 0.59 | 0.85 | 68.18 | 0.42 | 0.1 |
| Hex | 22 | 25 | F | 8 | 0 | 3B | 55 | 44 | 2A | A |
| Octal | 42 | 45 | 17 | 10 | 0 | 73 | 125 | 104 | 52 | 12 |
| Binary | 100010 | 100101 | 1111 | 1000 | 0 | 111011 | 1010101 | 1000100 | 101010 | 1010 |
Color Harmonies of #22250F
Complementary color
Monochromatic Colors of #22250F
Black with #22250F
Text Example
Text Example
White with #22250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22250F; }
p { color: rgb(34,37,15); }
H1.HeaderClassName
{
color: #22250F;
}
.AnyTagClassName
{
color: #22250F;
}
</style>
background-color css
<style>
a { background-color: #22250F; }
a { background-color: rgb(34,37,15); }
div.DivClassName
{
background-color: #22250F;
}
.BgClassName
{
background-color: #22250F;
}
</style>
border-color css
<style>
span { border-color: #22250F; }
span { border-color: rgb(34,37,15); }
td.TdClassName
{
border-color: #22250F;
}
.TagClassName
{
border-color: #22250F;
}
</style>