#181B0C

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

Shades of Green Waterloo #181B0C

Tints of Green Waterloo #181B0C

Color information

#181B0C (or 0x181B0C) is unknown color: approx Green Waterloo. HEX triplet: 18, 1B and 0C. RGB value is (24,27,12). Sum of RGB (Red+Green+Blue) = 24+27+12=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 27 - color contains mainly: green. Hex color #181B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B0C is #E7E4F3. Grayscale: #181818. Windows color (decimal): -15197428 or 793368. OLE color: 793368.

HSL color Cylindrical-coordinate representation of color #181B0C: hue angle of 72º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #181B0C is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.89.

Color convert

RGB242712-
CMYK0.1100.560.89
HSL72º38.46%7.65%-
HSV(B)72º55.56%10.59%-
XYZ0.8310.5-
YUV24.39121.01127.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 38.10%
GREEN value IS 27 (10.94% from 255) = 42.86%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=38.10%
G=42.86%
B=19.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2427120.1100.560.897238.467.65
Hex181BCB0385948268
Octal303314130701311104610
Binary1100011011110010110111000101100110010001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181B0C; }

 p { color: rgb(24,27,12); }

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

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

 a { background-color: rgb(24,27,12); }

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

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

 span { border-color: rgb(24,27,12); }

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