Shades of Green Waterloo #181B05
Tints of Green Waterloo #181B05
RGB
CMYK
RGB Variations
Color information
#181B05 (or 0x181B05) is known color: Green Waterloo. HEX triplet: 18, 1B and 05. RGB value is (24,27,5). Sum of RGB (Red+Green+Blue) = 24+27+5=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 27 - color contains mainly: green. Hex color #181B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B05 is #E7E4FA. Grayscale: #171717. Windows color (decimal): -15197435 or 334616. OLE color: 334616.
HSL color Cylindrical-coordinate representation of color #181B05: hue angle of 68.18º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #181B05 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.89.
Color convert
RGB | 24 | 27 | 5 | - |
CMYK | 0.11 | 0 | 0.81 | 0.89 |
HSL | 68.18º | 0.69% | 0.06% | - |
HSV(B) | 68.18º | 0.81% | 0.11% | - |
XYZ | 0.8 | 0.99 | 0.29 | - |
YUV | 23.6 | 117.51 | 128.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 27 | 5 | 0.11 | 0 | 0.81 | 0.89 | 68.18 | 0.69 | 0.06 |
Hex | 18 | 1B | 5 | B | 0 | 51 | 59 | 44 | 45 | 6 |
Octal | 30 | 33 | 5 | 13 | 0 | 121 | 131 | 104 | 105 | 6 |
Binary | 11000 | 11011 | 101 | 1011 | 0 | 1010001 | 1011001 | 1000100 | 1000101 | 110 |
Color Harmonies of #181B05
Complementary color
Monochromatic Colors of #181B05
Black with #181B05
Text Example
Text Example
White with #181B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B05; }
p { color: rgb(24,27,5); }
H1.HeaderClassName
{
color: #181B05;
}
.AnyTagClassName
{
color: #181B05;
}
</style>
background-color css
<style>
a { background-color: #181B05; }
a { background-color: rgb(24,27,5); }
div.DivClassName
{
background-color: #181B05;
}
.BgClassName
{
background-color: #181B05;
}
</style>
border-color css
<style>
span { border-color: #181B05; }
span { border-color: rgb(24,27,5); }
td.TdClassName
{
border-color: #181B05;
}
.TagClassName
{
border-color: #181B05;
}
</style>