#181912

Color #181912 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #181912

Tints of Green Waterloo #181912

Color information

#181912 (or 0x181912) is unknown color: approx Green Waterloo. HEX triplet: 18, 19 and 12. RGB value is (24,25,18). Sum of RGB (Red+Green+Blue) = 24+25+18=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 25 - color contains mainly: green. Hex color #181912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181912 is #E7E6ED. Grayscale: #171717. Windows color (decimal): -15197934 or 1186072. OLE color: 1186072.

HSL color Cylindrical-coordinate representation of color #181912: hue angle of 68.57º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #181912 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB242518-
CMYK0.0400.280.90
HSL68.57º16.28%8.43%-
HSV(B)68.57º28%9.8%-
XYZ0.830.930.71-
YUV23.9124.67128.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 35.82%
GREEN value IS 25 (10.16% from 255) = 37.31%
BLUE value IS 18 (7.42% from 255) = 26.87%
R=35.82%
G=37.31%
B=26.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2425180.0400.280.9068.5716.288.43
Hex181912401C5A45108
Octal30312240341321052010
Binary11000110011001010001110010110101000101100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181912; }

 p { color: rgb(24,25,18); }

 H1.HeaderClassName
 {
   color: #181912;
 }
 .AnyTagClassName
 {
   color: #181912;
 }
</style>
background-color css

<style>
 a { background-color: #181912; }

 a { background-color: rgb(24,25,18); }

 div.DivClassName
 {
   background-color: #181912;
 }
 .BgClassName
 {
   background-color: #181912;
 }
</style>
border-color css

<style>
 span { border-color: #181912; }

 span { border-color: rgb(24,25,18); }

 td.TdClassName
 {
   border-color: #181912;
 }
 .TagClassName
 {
   border-color: #181912;
 }
</style>